<i18n dev> RFR: 8347841: Test fixes that use deprecated time zone IDs [v2]

Naoto Sato naoto at openjdk.org
Fri Jan 17 00:45:54 UTC 2025


On Thu, 16 Jan 2025 23:54:04 GMT, Justin Lu <jlu at openjdk.org> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Removed extra spaces
>
> test/jdk/java/util/TimeZone/TimeZoneBoundaryTest.java line 417:
> 
>> 415:         //findBoundariesStepwise(1997, ONE_DAY, TimeZone.getTimeZone("EST"), 2);
>> 416:         findBoundariesStepwise(1997, ONE_DAY, TimeZone.getTimeZone("HST"), 0);
>> 417:         findBoundariesStepwise(1997, ONE_DAY, TimeZone.getTimeZone("PST"), 2);
> 
> "PST" to "America/Los_Angeles" not needed?

It's already there at L421

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23166#discussion_r1919409359


More information about the i18n-dev mailing list