summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/test/stm/datatest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx
index d7063dec0f4f..3e80f09e382e 100644
--- a/io/test/stm/datatest.cxx
+++ b/io/test/stm/datatest.cxx
@@ -276,7 +276,7 @@ void ODataStreamTest::testSimple( const Reference < XDataInputStream > &rInput
ERROR_ASSERT( rInput->readHyper() == 0x123456789abcdefLL , "int64 read/write mismatch" );
rOutput->writeUTF( OUString("Live long and prosper !") );
- ERROR_ASSERT( rInput->readUTF() == OUString("Live long and prosper !") ,
+ ERROR_ASSERT( rInput->readUTF() == "Live long and prosper !",
"UTF read/write mismatch" );
Sequence<sal_Unicode> wc(0x10001);