Added identation to the output of XML logger.

This commit is contained in:
Markus Kauppila 2011-06-27 11:53:14 +03:00
parent 2e8932b12e
commit 2a486b279b
8 changed files with 215 additions and 107 deletions

View file

@ -670,7 +670,7 @@ main(int argc, char *argv[])
return 0;
}
RunStarted(LogGenericOutput, NULL, 0);
RunStarted(Output, NULL, 0);
char *currentSuiteName = NULL;
@ -708,6 +708,8 @@ main(int argc, char *argv[])
}
}
SuiteEnded(0, 0, 0, 0.0f, 0);
UnloadTestCases(testCases);
UnloadTestSuites(suites);