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
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "logger.h"
|
||||
|
||||
void XMLRunStarted(LogOutputFp outputFn, const char *runnerParameters, time_t eventTime);
|
||||
void XMLRunStarted(const char *runnerParameters, time_t eventTime);
|
||||
|
||||
void XMLRunEnded(int testCount, int suiteCount, int testPassCount, int testFailCount,
|
||||
time_t endTime, time_t totalRuntime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue