summaryrefslogtreecommitdiff
path: root/xmlscript/test
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/test')
-rw-r--r--xmlscript/test/imexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx
index 6965d4126a51..2c8521015255 100644
--- a/xmlscript/test/imexp.cxx
+++ b/xmlscript/test/imexp.cxx
@@ -190,7 +190,7 @@ void MyApp::Main()
uno::Exception exc;
if (rExc.WrappedException >>= exc)
{
- aStr += OString( " >>> " );
+ aStr += " >>> ";
aStr += OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US );
}
OSL_FAIL( aStr.getStr() );