diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 17:05:51 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 17:15:56 +0100 |
commit | 9be25f14bdd801106efcfae34c8f1492cddfa714 (patch) | |
tree | 84aa1de48abd7163fdb6fcabdf2c08e20bdd603a /i18npool | |
parent | a09124e6f585a128b4f130804f4a1f1ee8a31c93 (diff) |
avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not
Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/qa/cppunit/test_breakiterator.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index 5730d0d58129..665747b5fc01 100644 --- a/i18npool/qa/cppunit/test_breakiterator.cxx +++ b/i18npool/qa/cppunit/test_breakiterator.cxx @@ -57,7 +57,7 @@ public: void testWeak(); void testAsian(); void testThai(); -#if TODO +#ifdef TODO void testNorthernThai(); #endif void testKhmer(); @@ -69,7 +69,7 @@ public: CPPUNIT_TEST(testWeak); CPPUNIT_TEST(testAsian); CPPUNIT_TEST(testThai); -#if TODO +#ifdef TODO CPPUNIT_TEST(testNorthernThai); #endif @@ -851,7 +851,7 @@ void TestBreakIterator::testThai() } } -#if TODO +#ifdef TODO void TestBreakIterator::testNorthernThai() { lang::Locale aLocale; |