summaryrefslogtreecommitdiff
path: root/stoc/test/uriproc
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-10 19:02:47 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-10 19:02:47 +0100
commit76f15c814408af5a776683591600f70617557f62 (patch)
tree2e92f1ee7906922988c2a21b53f5568bab31cbb3 /stoc/test/uriproc
parentab1751a151512e5e56f6641a639124a618028bd9 (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 3
Diffstat (limited to 'stoc/test/uriproc')
-rw-r--r--stoc/test/uriproc/test_uriproc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx
index 41b29bba1105..34ac40b504de 100644
--- a/stoc/test/uriproc/test_uriproc.cxx
+++ b/stoc/test/uriproc/test_uriproc.cxx
@@ -276,7 +276,7 @@ void Test::testParse() {
uriRef->getPathSegment(4));
TEST_ASSERT_EQUAL(
"testParse", i, data[i].uriReference,
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("")), uriRef->getPathSegment(5));
+ rtl::OUString(), uriRef->getPathSegment(5));
TEST_ASSERT_EQUAL(
"testParse", i, data[i].uriReference,
data[i].query != 0, uriRef->hasQuery());