ICU-3609 Test that ja_JP is cannonicalized correctly

X-SVN-Rev: 16045
This commit is contained in:
George Rhoten 2004-07-18 10:34:46 +00:00
parent 37c5efea11
commit a1e37e9cd9

View file

@ -2560,7 +2560,8 @@ static void TestCanonicalization(void)
/* test cases reflecting internal resource bundle usage */
{ "root@kw=foo", "root@kw=foo", "root@kw=foo" },
{ "@calendar=gregorian", "@calendar=gregorian", "@calendar=gregorian" },
{ "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese" }
{ "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese" },
{ "ja_JP", "ja_JP", "ja_JP" }
};
static const char* label[] = { "getName", "canonicalize" };