]> granicus.if.org Git - icu/commitdiff
ICU-13242 Rename test function to make it match the name of its equivalent function...
authorNorbert Runge <nrunge@google.com>
Wed, 21 Jun 2017 19:59:58 +0000 (19:59 +0000)
committerNorbert Runge <nrunge@google.com>
Wed, 21 Jun 2017 19:59:58 +0000 (19:59 +0000)
X-SVN-Rev: 40189

icu4c/source/test/cintltst/cmsccoll.c

index 419c14cdd5600dd01b9afecec696750922cce39b..8f2a962388cbc47aac8e85447ffcece9db08825a 100644 (file)
@@ -793,7 +793,7 @@ static void TestJ784(void) {
 }
 #endif
 
-static void TestJ831(void) {
+static void TestUpperCaseFirst(void) {
   const static char *data[] = {
     "I",
       "i",
@@ -5891,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);
+    TEST(TestUpperCaseFirst);
     TEST(TestBefore);
     TEST(TestHangulTailoring);
     TEST(TestUCARules);