mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
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:
parent
cf6c47d6b7
commit
c009707376
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue