From c009707376094ebc8dc9ad6e4b6bbd5d9eecc9e8 Mon Sep 17 00:00:00 2001 From: Norbert Runge Date: Wed, 21 Jun 2017 19:59:58 +0000 Subject: [PATCH] ICU-13242 Rename test function to make it match the name of its equivalent function in Java. X-SVN-Rev: 40189 --- icu4c/source/test/cintltst/cmsccoll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/cintltst/cmsccoll.c b/icu4c/source/test/cintltst/cmsccoll.c index 419c14cdd56..8f2a962388c 100644 --- a/icu4c/source/test/cintltst/cmsccoll.c +++ b/icu4c/source/test/cintltst/cmsccoll.c @@ -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); -- 2.40.0