mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-1276 fixed a typo
X-SVN-Rev: 6236
This commit is contained in:
parent
b722667385
commit
c5abe95eef
1 changed files with 2 additions and 2 deletions
|
@ -775,7 +775,7 @@ static void TestISOFunctions()
|
|||
}
|
||||
else
|
||||
{
|
||||
test = *(str+count);
|
||||
test = *(str+count-1);
|
||||
if(!strcmp(test,"in")) log_err("FAIL getISOLanguages() has obsolete language code %s\n", test);
|
||||
if(!strcmp(test,"iw")) log_err("FAIL getISOLanguages() has obsolete language code %s\n", test);
|
||||
if(!strcmp(test,"ji")) log_err("FAIL getISOLanguages() has obsolete language code %s\n", test);
|
||||
|
@ -801,7 +801,7 @@ static void TestISOFunctions()
|
|||
}
|
||||
else
|
||||
{
|
||||
test = *(str1+count);
|
||||
test = *(str1+count-1);
|
||||
if(!strcmp(test,"FX")) log_err("FAIL getISOCountries() has obsolete country code %s\n", test);
|
||||
if(!strcmp(test,"ZR")) log_err("FAIL getISOCountries() has obsolete country code %s\n", test);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue