summaryrefslogtreecommitdiff
path: root/stoc/test/uriproc/test_uriproc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/uriproc/test_uriproc.cxx')
-rw-r--r--stoc/test/uriproc/test_uriproc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx
index a82875a13e08..a7be7da9bc2f 100644
--- a/stoc/test/uriproc/test_uriproc.cxx
+++ b/stoc/test/uriproc/test_uriproc.cxx
@@ -89,13 +89,13 @@ OString createTestAssertEqualMessage(
append(buf, token2);
buf.append(static_cast< sal_Unicode >('|'));
append(buf, token3);
- buf.appendAscii(RTL_CONSTASCII_STRINGPARAM(": TEST_ASSERT_EQUAL("));
+ buf.append(": TEST_ASSERT_EQUAL(");
buf.appendAscii(expectedExpr);
- buf.appendAscii(RTL_CONSTASCII_STRINGPARAM(", "));
+ buf.append(", ");
buf.appendAscii(actualExpr);
- buf.appendAscii(RTL_CONSTASCII_STRINGPARAM("): <"));
+ buf.append("): <");
append(buf, expected);
- buf.appendAscii(RTL_CONSTASCII_STRINGPARAM("> != <"));
+ buf.append("> != <");
append(buf, actual);
buf.append(static_cast< sal_Unicode >('>'));
return OUStringToOString(