summaryrefslogtreecommitdiff
path: root/i18npool/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:56:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:26:59 +0200
commitfb2013ccb1a13921eb398fb6e4f2b4d55f0761a2 (patch)
tree0974804606b85479f74213a1a656a7b808db96be /i18npool/qa
parent01eeb20ffe7266ad630f89ff40720ac0c755d7fa (diff)
loplugin:salunicodeliteral: i18npool
Change-Id: I7307cc96eac5868ed26e8ace1fc3c1a93e1bfec4
Diffstat (limited to 'i18npool/qa')
-rw-r--r--i18npool/qa/cppunit/test_breakiterator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx
index fb1a155ae9db..d3da7dda4d95 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -380,7 +380,7 @@ void TestBreakIterator::testWordBoundaries()
}
const sal_Int32 aSingleQuotePositions[] = {0, 1, 9, 10};
- CPPUNIT_ASSERT_EQUAL(static_cast<sal_Unicode>('\''), aTests[0]);
+ CPPUNIT_ASSERT_EQUAL(u'\'', aTests[0]);
{
OUString aTest = aBase.replaceAll("xx", OUStringLiteral1(aTests[0]));
sal_Int32 nPos = -1;