Kaydet (Commit) 8e633e62 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

testOUBoolean should test with OUString, not OString

Change-Id: I103ca7d72e6bae6c20605719451579dd156504ce
üst 61435890
...@@ -55,7 +55,7 @@ void test::strings::valueX::testOBoolean() { ...@@ -55,7 +55,7 @@ void test::strings::valueX::testOBoolean() {
} }
void test::strings::valueX::testOUBoolean() { void test::strings::valueX::testOUBoolean() {
testBoolean<rtl::OString>(); testBoolean<rtl::OUString>();
} }
template< typename T > template< typename T >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment