From 6f062073beddb92a7c8c22fa937389a5eef39b4b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 8 Jun 2005 16:01:17 +0000 Subject: [PATCH] ICU-4450 Update ISO-3166 country list from CLDR. X-SVN-Rev: 17828 --- icu4c/source/test/cintltst/cloctst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/cintltst/cloctst.c b/icu4c/source/test/cintltst/cloctst.c index d6f033058d..f97d0db838 100644 --- a/icu4c/source/test/cintltst/cloctst.c +++ b/icu4c/source/test/cintltst/cloctst.c @@ -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);