diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-10 19:02:47 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-10 19:02:47 +0100 |
commit | 76f15c814408af5a776683591600f70617557f62 (patch) | |
tree | 2e92f1ee7906922988c2a21b53f5568bab31cbb3 /stoc/test/uriproc | |
parent | ab1751a151512e5e56f6641a639124a618028bd9 (diff) |
RTL_CONSTASCII_USTRINGPARAM in ure 3
Diffstat (limited to 'stoc/test/uriproc')
-rw-r--r-- | stoc/test/uriproc/test_uriproc.cxx | 2 |
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()); |