summaryrefslogtreecommitdiff
path: root/sal/qa
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-02-05 15:50:40 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-02-05 15:51:14 +0100
commit8e633e6243e87c651586d8c16ade8af719c957b7 (patch)
tree318fcac954b2dd23f64280cd61ec0a914be442bb /sal/qa
parent614358900ebadcd5e58b3a7b439b2f893d818981 (diff)
testOUBoolean should test with OUString, not OString
Change-Id: I103ca7d72e6bae6c20605719451579dd156504ce
Diffstat (limited to 'sal/qa')
-rw-r--r--sal/qa/rtl/strings/test_strings_valuex.cxx2
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 >