mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4450 Update ISO-3166 region list from CLDR.
X-SVN-Rev: 17818
This commit is contained in:
parent
9354f385da
commit
dc1aa2b29f
1 changed files with 2 additions and 2 deletions
|
@ -908,8 +908,8 @@ LocaleTest::TestGetLangsAndCountries()
|
|||
for(testCount=0;test[testCount];testCount++)
|
||||
;
|
||||
|
||||
if (testCount != 239)
|
||||
errln("Expected getISOLanguages to return 238 languages; it returned" + testCount);
|
||||
if (testCount != 240)
|
||||
errln("Expected getISOLanguages to return 240 languages; it returned" + testCount);
|
||||
else {
|
||||
for (i = 0; i < spot2Len; i++) {
|
||||
int32_t j;
|
||||
|
|
Loading…
Add table
Reference in a new issue