mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
CppUnit: flush after writing test name
This commit is contained in:
@@ -147,7 +147,7 @@ void TextTestResult::addFailure(Test* test, CppUnitException* e)
|
||||
void TextTestResult::startTest(Test* test)
|
||||
{
|
||||
TestResult::startTest(test);
|
||||
_ostr << "\n" << shortName(test->toString()) << ": ";
|
||||
_ostr << "\n" << shortName(test->toString()) << ": " << std::flush;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user