From dc1aa2b29ffda5ee1a7964b32cd341435cf80248 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 7 Jun 2005 22:30:12 +0000 Subject: [PATCH] ICU-4450 Update ISO-3166 region list from CLDR. X-SVN-Rev: 17818 --- icu4c/source/test/intltest/loctest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/loctest.cpp b/icu4c/source/test/intltest/loctest.cpp index 21a31e85618..89121a88987 100644 --- a/icu4c/source/test/intltest/loctest.cpp +++ b/icu4c/source/test/intltest/loctest.cpp @@ -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;