i18npool/qa/cppunit/test_breakiterator.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 43b75d8af0efb359887c0ae1b2655c617d42f9a3 Author: Jan Holesovsky <ke...@suse.cz> Date: Tue Jul 24 15:28:23 2012 +0200 Disable testWordBoundaries test with old icu. Change-Id: I8d75eeb2eee43e1338a6f54c4b8ed633631bac0d diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index f983686..b944540 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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits