summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/source/bootstrapfixture.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx
index a980731741bb..c7f8da1d232b 100644
--- a/test/source/bootstrapfixture.cxx
+++ b/test/source/bootstrapfixture.cxx
@@ -191,7 +191,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor
if( aContentOUString.indexOf("Error") != -1 )
{
SAL_WARN("test", aContentOUString);
- CPPUNIT_FAIL("validation errors during export");
+ CPPUNIT_FAIL(aContentString.getStr());
}
}
#endif