[Libreoffice-commits] core.git: sal/qa

Lionel Elie Mamane lionel at mamane.lu
Tue Feb 5 06:51:36 PST 2013


 sal/qa/rtl/strings/test_strings_valuex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e633e6243e87c651586d8c16ade8af719c957b7
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Tue Feb 5 15:50:40 2013 +0100

    testOUBoolean should test with OUString, not OString
    
    Change-Id: I103ca7d72e6bae6c20605719451579dd156504ce

diff --git a/sal/qa/rtl/strings/test_strings_valuex.cxx b/sal/qa/rtl/strings/test_strings_valuex.cxx
index 3ad4cd7..83948ce 100644
--- a/sal/qa/rtl/strings/test_strings_valuex.cxx
+++ b/sal/qa/rtl/strings/test_strings_valuex.cxx
@@ -55,7 +55,7 @@ void test::strings::valueX::testOBoolean() {
 }
 
 void test::strings::valueX::testOUBoolean() {
-    testBoolean<rtl::OString>();
+    testBoolean<rtl::OUString>();
 }
 
 template< typename T >


More information about the Libreoffice-commits mailing list