mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-21918 Updated expected useDaylightTime() value for MIT (Asia/Apia).
This commit is contained in:
parent
66c8326280
commit
143dd6ad6f
2 changed files with 2 additions and 2 deletions
|
@ -906,7 +906,7 @@ void TimeZoneTest::TestShortZoneIDs()
|
|||
{"AET", 600, TRUE}, // ICU Link - Australia/Sydney
|
||||
{"SST", 660, FALSE}, // ICU Link - Pacific/Guadalcanal
|
||||
{"NST", 720, TRUE}, // ICU Link - Pacific/Auckland
|
||||
{"MIT", 780, TRUE}, // ICU Link - Pacific/Apia
|
||||
{"MIT", 780, FALSE}, // ICU Link - Pacific/Apia
|
||||
|
||||
{"Etc/Unknown", 0, FALSE}, // CLDR
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@ public class TimeZoneTest extends TestFmwk
|
|||
new ZoneDescriptor("AET", 600, true), // ICU Link - Australia/Sydney
|
||||
new ZoneDescriptor("SST", 660, false), // ICU Link - Pacific/Guadalcanal
|
||||
new ZoneDescriptor("NST", 720, true), // ICU Link - Pacific/Auckland
|
||||
new ZoneDescriptor("MIT", 780, true), // ICU Link - Pacific/Apia
|
||||
new ZoneDescriptor("MIT", 780, false), // ICU Link - Pacific/Apia
|
||||
|
||||
new ZoneDescriptor("Etc/Unknown", 0, false), // CLDR
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue