From 5d0e4f98e50b576d8f6d56000e56eed80d6fc559 Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Mon, 1 Dec 2003 19:11:02 +0000 Subject: [PATCH] ICU-2438 complete test data for the added tests X-SVN-Rev: 13909 --- icu4c/source/test/cintltst/cloctst.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/test/cintltst/cloctst.c b/icu4c/source/test/cintltst/cloctst.c index 4a1ca703ba5..578114be96c 100644 --- a/icu4c/source/test/cintltst/cloctst.c +++ b/icu4c/source/test/cintltst/cloctst.c @@ -48,7 +48,7 @@ static const char* rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = { /* script code */ { "", "", "", "", "", "Hans", "", "", "" }, /* country code */ - { "US", "FR", "ES", "GR", "NO", "CN", "DE", "", "JA" }, + { "US", "FR", "ES", "GR", "NO", "CN", "DE", "", "JP" }, /* variant code */ { "", "", "", "", "NY", "", "", "", "" }, /* full name */ @@ -56,11 +56,11 @@ static const char* rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = { "el_GR", "no_NO_NY", "zh_Hans_CN", "de_DE@collation=phonebook", "es@collation=traditional", "ja_JP@calendar=japanese" }, /* ISO-3 language */ - { "eng", "fra", "cat", "ell", "nor", "zho", "deu", "esp", "jap" }, + { "eng", "fra", "cat", "ell", "nor", "zho", "deu", "spa", "jpn" }, /* ISO-3 country */ - { "USA", "FRA", "ESP", "GRC", "NOR", "CHN", "", "", "" }, + { "USA", "FRA", "ESP", "GRC", "NOR", "CHN", "DEU", "", "JPN" }, /* LCID */ - { "409", "40c", "403", "408", "814", "804", "", "", "" }, + { "409", "40c", "403", "408", "814", "804", "407", "a", "411" }, /* display language (English) */ { "English", "French", "Catalan", "Greek", "Norwegian", "Chinese", "German", "Spanish", "Japanese" },