diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-26 23:43:41 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-03-26 23:58:44 +0100 |
commit | eaeaf871f1d77bf15e262451bc103b4eb976ca72 (patch) | |
tree | 8a4d9b3fa01a34ad4dd0ca004dd19d94ca151158 /test | |
parent | e940e177af57de12211d00049f773bcbf9bffe7d (diff) |
improve validation failure message
Change-Id: I1a613899d18a004149d3e637d796bc2f6687e6c4
Diffstat (limited to 'test')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 2 |
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 |