ICU-8953 ICU4C implementation was OK. Just update the test case already added in ICU4J.
X-SVN-Rev: 31007
This commit is contained in:
parent
35d15227cd
commit
b0f61ffe46
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user