ICU-3699 sh locale now aliases to hr, thus the test has to change

X-SVN-Rev: 15346
This commit is contained in:
Vladimir Weinstein 2004-05-17 22:09:58 +00:00
parent e9f15b4995
commit 1a0ae2ff73

View File

@ -1124,7 +1124,7 @@ void TestGetLocale() {
const char* actualLocale;
} testStruct[] = {
{ "sr_YU", "sr", "ru" },
{ "sh_YU", "sh", "sh" },
{ "sh_YU", "sh", "hr" }, /* this used to be sh, but now sh collation aliases hr */
{ "en_BE_FOO", "en_BE", "en_BE" },
{ "fr_FR_NONEXISTANT", "fr", "fr" }
};