diff --git a/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.cpp b/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.cpp index 49b96ce72..9bbaa5051 100644 --- a/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.cpp +++ b/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.cpp @@ -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"); } } }