From 11f20999040e97c052c0015e3265de2a68cee666 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Dec 2014 17:57:46 +0100 Subject: test: Use appropriate OUString functions on string constants Change-Id: Idbdc5c9aab8fa65df39d66da2461337db6350e52 --- 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 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()); -- cgit