The test case TestDisplayNamesMeta failed on Oct 27, 2008. The test worked OK with ICU4C source/test case in last week.
Incorrect time zone display name. zone = "Europe/London",
locale = "en", style = SHORT, Summertime = 1
Expected "GMT+01:00", Got "PDT"
Incorrect time zone display name. zone = "Europe/London",
locale = "en", style = LONG, Summertime = 1
Expected "British Summer Time", Got "Pacific Daylight Time"
Incorrect time zone display name. zone = "Europe/Helsinki",
locale = "en", style = SHORT, Summertime = 1
Expected "GMT+03:00", Got "PDT"
Incorrect time zone display name. zone = "Europe/Helsinki",
locale = "en", style = LONG, Summertime = 1
Expected "Eastern European Summer Time", Got "Pacific Daylight Ti
me"
Note: Errors could be the result of changes to zoneStrings locale data
---ERRORS (5) in TestDisplayNamesMeta
The problem was caused by SimpleDateFormat instance does not use the target time zone when
- Requested type is DST
- The time zone is currently not in DST