summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-07-24 15:28:23 +0200
committerJan Holesovsky <kendy@suse.cz>2012-07-24 15:42:51 +0200
commit43b75d8af0efb359887c0ae1b2655c617d42f9a3 (patch)
treef6ae80bdf48ade5fa3ed09a47cb2fb592d8196ca /i18npool
parent117fb70532aeae01327bfe0d828ef8a2d4793b85 (diff)
Disable testWordBoundaries test with old icu.
Change-Id: I8d75eeb2eee43e1338a6f54c4b8ed633631bac0d
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/qa/cppunit/test_breakiterator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx
index f9836861bc5b..b944540be83d 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -68,7 +68,9 @@ public:
CPPUNIT_TEST_SUITE(TestBreakIterator);
CPPUNIT_TEST(testLineBreaking);
+#if (U_ICU_VERSION_MAJOR_NUM > 4)
CPPUNIT_TEST(testWordBoundaries);
+#endif
CPPUNIT_TEST(testGraphemeIteration);
CPPUNIT_TEST(testWeak);
CPPUNIT_TEST(testAsian);