Kaydet (Commit) 4439abe3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

show the failure message again at the end of the test

Change-Id: Ia0bcbf0943aaa20dc5333dc4d18030ecf88e594e
üst 852d812f
...@@ -235,10 +235,7 @@ public: ...@@ -235,10 +235,7 @@ public:
for (size_t i = 0; i < protectors.size(); ++i) for (size_t i = 0; i < protectors.size(); ++i)
result.popProtector(); result.popProtector();
if (collector.wasSuccessful()) CppUnit::CompilerOutputter(&collector, CppUnit::stdCErr()).write();
CppUnit::CompilerOutputter(&collector, CppUnit::stdCErr()).printSuccess();
else
CppUnit::CompilerOutputter(&collector, CppUnit::stdCErr()).printStatistics();
return collector.wasSuccessful(); return collector.wasSuccessful();
} }
virtual bool operator()() const SAL_OVERRIDE virtual bool operator()() const SAL_OVERRIDE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment