ICU-8953 ICU4C implementation was OK. Just update the test case already added in ICU4J.

X-SVN-Rev: 31007
This commit is contained in:
Yoshito Umaoka 2011-12-02 05:01:23 +00:00
parent 35d15227cd
commit b0f61ffe46

View File

@ -2097,6 +2097,8 @@ void TimeZoneTest::TestCanonicalID() {
{"Etc/Unknown", "Etc/Unknown", FALSE},
{"bogus", 0, FALSE},
{"", 0, FALSE},
{"America/Marigot", "America/Marigot", TRUE}, // Olson link, but CLDR canonical (#8953)
{"Europe/Bratislava", "Europe/Bratislava", TRUE}, // Same as above
{0, 0, FALSE}
};