Added identation to the output of XML logger.
This commit is contained in:
parent
2e8932b12e
commit
2a486b279b
8 changed files with 215 additions and 107 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue