Added documentation.

This commit is contained in:
Markus Kauppila 2011-06-27 23:10:13 +03:00
parent 896b25911d
commit 6cb39be4a6
5 changed files with 175 additions and 16 deletions

View file

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