ICU-13242 Rename test function to make it match the name of its equivalent function in Java.

X-SVN-Rev: 40189
This commit is contained in:
Norbert Runge 2017-06-21 19:59:58 +00:00
parent cf6c47d6b7
commit c009707376

View 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);