]> granicus.if.org Git - icu/commitdiff
ICU-13242 fixed uppercase-comes-first collation test
authorNorbert Runge <nrunge@google.com>
Tue, 20 Jun 2017 23:12:14 +0000 (23:12 +0000)
committerNorbert Runge <nrunge@google.com>
Tue, 20 Jun 2017 23:12:14 +0000 (23:12 +0000)
X-SVN-Rev: 40184

icu4c/source/test/cintltst/cmsccoll.c

index d061aa1fc851069f7ae1194415d64dc52b6462a7..419c14cdd5600dd01b9afecec696750922cce39b 100644 (file)
@@ -793,8 +793,6 @@ static void TestJ784(void) {
 }
 #endif
 
-#if 0
-/* superceded by the changes to the lv locale */
 static void TestJ831(void) {
   const static char *data[] = {
     "I",
@@ -802,9 +800,8 @@ static void TestJ831(void) {
       "Y",
       "y"
   };
-  genericLocaleStarter("lv", data, UPRV_LENGTHOF(data));
+  genericLocaleStarter("da", data, UPRV_LENGTHOF(data));
 }
-#endif
 
 static void TestJ815(void) {
   const static char *data[] = {
@@ -5894,7 +5891,7 @@ void addMiscCollTest(TestNode** root)
     TEST(TestEmptyRule);
     /*TEST(TestJ784);*/ /* 'zh' locale has changed - now it is getting tested by TestBeforePinyin */
     TEST(TestJ815);
-    /*TEST(TestJ831);*/ /* we changed lv locale */
+    TEST(TestJ831);
     TEST(TestBefore);
     TEST(TestHangulTailoring);
     TEST(TestUCARules);