From eaeaf871f1d77bf15e262451bc103b4eb976ca72 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 26 Mar 2014 23:43:41 +0100 Subject: improve validation failure message Change-Id: I1a613899d18a004149d3e637d796bc2f6687e6c4 --- test/source/bootstrapfixture.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit