ICU-4450 Update ISO-3166 country list from CLDR.

X-SVN-Rev: 17828
This commit is contained in:
George Rhoten 2005-06-08 16:01:17 +00:00
parent c8b6c2bf95
commit 6f062073be

View File

@ -925,7 +925,7 @@ static void TestISOFunctions()
if(!strcmp(test,"ZR"))
log_err("FAIL getISOCountries() has obsolete country code %s\n", test);
}
expect=239;
expect=240;
if(count!=expect)
{
log_err("There is an error in getISOCountries, got %d, expected %d \n", count, expect);