]> granicus.if.org Git - icu/commitdiff
ICU-9457 Fix some compiler warnings.
authorGeorge Rhoten <grhoten@users.noreply.github.com>
Fri, 3 Aug 2012 21:51:00 +0000 (21:51 +0000)
committerGeorge Rhoten <grhoten@users.noreply.github.com>
Fri, 3 Aug 2012 21:51:00 +0000 (21:51 +0000)
X-SVN-Rev: 32101

icu4c/source/test/cintltst/cmsccoll.c

index 8e8c1bc17cc138b41d1f1e24ddd3527b7d838d6e..b5e3fc90df9faf5f11e02b944e54171f20e60bea 100644 (file)
@@ -6653,6 +6653,7 @@ static void TestImportRulesDeWithPhonebook(void)
   doTestOneTestCase(importTests, LEN(importTests), importRules, LEN(importRules));
 }
 
+#if 0
 static void TestImportRulesFiWithEor(void)
 {
   /* DUCET. */
@@ -6719,6 +6720,7 @@ static void TestImportRulesFiWithEor(void)
   /* doTestOneTestCase(fiEorTests, LEN(fiEorTests), fiEorRules, LEN(fiEorRules)); */
 
 }
+#endif
 
 #if 0
 /*
@@ -7157,8 +7159,7 @@ void addMiscCollTest(TestNode** root)
     TEST(TestHaniReorderWithOtherRules);
     TEST(TestMultipleReorder);
     TEST(TestReorderingAcrossCloning);
-    /* test for ticket 8814 - disabled until resolved */
-    /*TEST(TestReorderWithNumericCollation);*/
+    TEST(TestReorderWithNumericCollation);
     
     TEST(TestCaseLevelBufferOverflow);
 }