diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-02-05 15:50:40 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-02-05 15:51:14 +0100 |
commit | 8e633e6243e87c651586d8c16ade8af719c957b7 (patch) | |
tree | 318fcac954b2dd23f64280cd61ec0a914be442bb /sal | |
parent | 614358900ebadcd5e58b3a7b439b2f893d818981 (diff) |
testOUBoolean should test with OUString, not OString
Change-Id: I103ca7d72e6bae6c20605719451579dd156504ce
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/rtl/strings/test_strings_valuex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_strings_valuex.cxx b/sal/qa/rtl/strings/test_strings_valuex.cxx index 3ad4cd7a4b99..83948ce881b1 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 > |