summaryrefslogtreecommitdiff
path: root/unoxml/test/domtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/test/domtest.cxx')
-rw-r--r--unoxml/test/domtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/test/domtest.cxx b/unoxml/test/domtest.cxx
index a9d95b58bbb6..789c9841ff38 100644
--- a/unoxml/test/domtest.cxx
+++ b/unoxml/test/domtest.cxx
@@ -311,7 +311,7 @@ struct SerializerTest : public CppUnit::TestFixture
CPPUNIT_ASSERT_MESSAGE(
"Converting ini file to URL",
osl_getFileURLFromSystemPath(
- (sBaseDir+rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("unoxml_unittest_test.ini"))).pData,
+ (sBaseDir+rtl::"unoxml_unittest_test.ini").pData,
&aIniUrl.pData ) == osl_File_E_None );
mxCtx = ::cppu::defaultBootstrap_InitialComponentContext(aIniUrl);