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

@ -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);