Added documentation.
This commit is contained in:
parent
896b25911d
commit
6cb39be4a6
5 changed files with 175 additions and 16 deletions
|
@ -39,11 +39,11 @@ int _testAssertsFailed;
|
|||
int _testAssertsPassed;
|
||||
|
||||
void
|
||||
_TestCaseInit(const int enable_xml_logging)
|
||||
_TestCaseInit(const int enableXMLLogging)
|
||||
{
|
||||
// setup logging functions
|
||||
// rather afwul way to do it, but function pointers didn't work
|
||||
if(enable_xml_logging) {
|
||||
if(enableXMLLogging) {
|
||||
SetupXMLLogger();
|
||||
} else {
|
||||
SetupPlainLogger();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue