mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
Merge branch 'poco-1.10.1' of github.com:pocoproject/poco into poco-1.10.1
This commit is contained in:
commit
3d901b7d84
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user