ICU-10898 Updated tzdbNames.res based on tzdata2014f.

X-SVN-Rev: 36145
This commit is contained in:
Yoshito Umaoka 2014-08-12 16:39:19 +00:00
parent 37d4e68cd4
commit ecf1e2f627
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d46efbf5fced8f73fd8e352902259aa0ba4c89fdf9fcbee24862044a09c56b8
size 10505785
oid sha256:01b1bf99d68a3849729b5af75db65bec86496bb43d46f54f6561d63a714de9c1
size 10505773

View file

@ -601,8 +601,8 @@ public class TimeZoneFormatTest extends com.ibm.icu.dev.test.TestFmwk {
{"CST", 0, "zh_CN", Style.SPECIFIC_SHORT,
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Shanghai", 3, TimeType.STANDARD},
{"EST", 0, "en_AU", Style.SPECIFIC_SHORT,
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 3, TimeType.UNKNOWN},
{"AEST", 0, "en_AU", Style.SPECIFIC_SHORT,
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 4, TimeType.STANDARD},
{"AST", 0, "ar_SA", Style.SPECIFIC_SHORT,
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Riyadh", 3, TimeType.STANDARD},
@ -947,7 +947,7 @@ public class TimeZoneFormatTest extends com.ibm.icu.dev.test.TestFmwk {
"Australia/Sydney",
dateJan,
Style.SPECIFIC_SHORT,
"EST",
"AEDT",
TimeType.DAYLIGHT
},
{
@ -955,7 +955,7 @@ public class TimeZoneFormatTest extends com.ibm.icu.dev.test.TestFmwk {
"Australia/Sydney",
dateJul,
Style.SPECIFIC_SHORT,
"EST",
"AEST",
TimeType.STANDARD
},
};