mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-3360 iso-639 sync
X-SVN-Rev: 14081
This commit is contained in:
parent
56c87e47b9
commit
82aa341be6
1 changed files with 2 additions and 2 deletions
|
@ -814,8 +814,8 @@ LocaleTest::TestGetLangsAndCountries()
|
|||
for(testCount = 0;test[testCount];testCount++)
|
||||
;
|
||||
|
||||
if (testCount != 450)
|
||||
errln("Expected getISOLanguages() to return 450 languages; it returned %d", testCount);
|
||||
if (testCount != 467)
|
||||
errln("Expected getISOLanguages() to return 467 languages; it returned %d", testCount);
|
||||
else {
|
||||
for (i = 0; i < 15; i++) {
|
||||
int32_t j;
|
||||
|
|
Loading…
Add table
Reference in a new issue