ICU-3699 sh locale now aliases to hr, thus the test has to change
X-SVN-Rev: 15346
This commit is contained in:
parent
e9f15b4995
commit
1a0ae2ff73
@ -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" }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user