mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +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)
|
void TextTestResult::startTest(Test* test)
|
||||||
{
|
{
|
||||||
TestResult::startTest(test);
|
TestResult::startTest(test);
|
||||||
_ostr << "\n" << shortName(test->toString()) << ": ";
|
_ostr << "\n" << shortName(test->toString()) << ": " << std::flush;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user