]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cmsccoll.c
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cmsccoll.c
index d061aa1fc851069f7ae1194415d64dc52b6462a7..8f2a962388cbc47aac8e85447ffcece9db08825a 100644 (file)
@@ -793,18 +793,15 @@ static void TestJ784(void) {
 }
 #endif
 
-#if 0
-/* superceded by the changes to the lv locale */
-static void TestJ831(void) {
+static void TestUpperCaseFirst(void) {
   const static char *data[] = {
     "I",
       "i",
       "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(TestUpperCaseFirst);
     TEST(TestBefore);
     TEST(TestHangulTailoring);
     TEST(TestUCARules);