6776102: sun/util/resources/TimeZone/Bug6317929.java test failed against 6u12b01 and passed against 6u11b03

Reviewed-by: yhuang, peytoia
This commit is contained in:
Yong Jeffrey Huang 2010-02-11 20:59:09 -08:00
parent 30885d636b
commit 97617dd2f3

View File

@ -180,11 +180,11 @@ public class Bug6317929 {
"(\ub274 \uc0ac\uc6b0\uc2a4 \uc6e8\uc77c\uc988)\"");
tzLocale = locales2Test[7];
if (!Currie.getDisplayName(false, TimeZone.LONG, tzLocale).equals
("Eastern Standard Time (Nya Sydwales)"))
("Eastern, normaltid (Nya Sydwales)"))
throw new RuntimeException("\n" + tzLocale + ": LONG, " +
"non-daylight saving name for " +
"Australia/Currie should be " +
"\"Eastern Standard Time " +
"\"Eastern, normaltid " +
"(Nya Sydwales)\"");
tzLocale = locales2Test[8];
if (!Currie.getDisplayName(false, TimeZone.LONG, tzLocale).equals