mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-12415 tzdata2016e to ICU4J, fixed timeZoneCheck target in buuild.xml, updated a test case based on 2016e change.
X-SVN-Rev: 38847
This commit is contained in:
parent
1e1c827d5f
commit
40c27ef794
3 changed files with 4 additions and 4 deletions
|
@ -333,7 +333,7 @@
|
|||
<icu-junit
|
||||
testdir="${icu4j.core-tests.dir}" output="timeZoneCheck"
|
||||
test-patternset="timeZoneCheck-patternset"
|
||||
jvm-options="-DICU.TimeZone.RoundTripAll=true"
|
||||
jvm-options="-DTimeZoneRoundTripAll=true"
|
||||
failure-status="icu-junit-failure"
|
||||
/>
|
||||
<fail message="test failed" if="icu-junit-failure" />
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c428124a8a70f1796b9d669e56f33d1245709e6d344a3b417d8f35e3eb8fadfb
|
||||
size 91120
|
||||
oid sha256:655595cc446eaa3a49429da0d4963e9f6f94ad1d98512063ea0cdf913c35d12f
|
||||
size 91644
|
||||
|
|
|
@ -151,7 +151,7 @@ public class TimeZoneTest extends TestFmwk
|
|||
new ZoneDescriptor("ECT", 60, true), // ICU Link - Europe/Paris
|
||||
new ZoneDescriptor("MET", 60, true), // Olson europe 1:00 C-Eur
|
||||
new ZoneDescriptor("CAT", 120, false), // ICU Link - Africa/Harare
|
||||
new ZoneDescriptor("ART", 120, false), // ICU Link - Africa/Cairo
|
||||
new ZoneDescriptor("ART", 120, true), // ICU Link - Africa/Cairo
|
||||
new ZoneDescriptor("EET", 120, true), // Olson europe 2:00 EU
|
||||
new ZoneDescriptor("EAT", 180, false), // ICU Link - Africa/Addis_Ababa
|
||||
new ZoneDescriptor("NET", 240, false), // ICU Link - Asia/Yerevan
|
||||
|
|
Loading…
Add table
Reference in a new issue