[Libreoffice-commits] .: i18npool/qa

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Jul 24 06:43:01 PDT 2012


 i18npool/qa/cppunit/test_breakiterator.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 43b75d8af0efb359887c0ae1b2655c617d42f9a3
Author: Jan Holesovsky <kendy at 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);


More information about the Libreoffice-commits mailing list