Kaydet (Commit) eaeaf871 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

improve validation failure message

Change-Id: I1a613899d18a004149d3e637d796bc2f6687e6c4
üst e940e177
...@@ -191,7 +191,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor ...@@ -191,7 +191,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor
if( aContentOUString.indexOf("Error") != -1 ) if( aContentOUString.indexOf("Error") != -1 )
{ {
SAL_WARN("test", aContentOUString); SAL_WARN("test", aContentOUString);
CPPUNIT_FAIL("validation errors during export"); CPPUNIT_FAIL(aContentString.getStr());
} }
} }
#endif #endif
......
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