Adjust UnitTest output

This commit is contained in:
Vinnie Falco
2013-07-14 09:23:47 -07:00
parent 550d9d9160
commit 2c88027e91

View File

@@ -155,8 +155,7 @@ void UnitTestRunner::beginNewTest (UnitTest* const test, const String& subCatego
r->passes = 0;
r->failures = 0;
logMessage ("-----------------------------------------------------------------");
logMessage ("Starting test: " + r->unitTestName + " / " + subCategory + "...");
logMessage ("Test: " + r->unitTestName + "/" + subCategory + "...");
resultsUpdated();
}
@@ -179,7 +178,7 @@ void UnitTestRunner::endTest()
}
else
{
logMessage ("All tests completed successfully");
//logMessage ("All tests completed successfully");
}
}
}