diff options
-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 ac30e5c3f3cf..f6f100aefb3c 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -173,7 +173,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor int returnValue = system(OUStringToOString(aCommand, RTL_TEXTENCODING_UTF8).getStr()); CPPUNIT_ASSERT_EQUAL_MESSAGE( - OUStringToOString(OUString("failed to execute: ") + aCommand, + OUStringToOString("failed to execute: " + aCommand, RTL_TEXTENCODING_UTF8).getStr(), 0, returnValue); OString aContentString = loadFile(aOutput.GetURL()); |