RFR: 8366537: Test "java/util/TimeZone/DefaultTimeZoneTest.java" is not updating the zone ID as expected [v3]
Justin Lu
jlu at openjdk.org
Tue Sep 2 21:14:43 UTC 2025
On Tue, 2 Sep 2025 15:50:58 GMT, Vanitha B P <duke at openjdk.org> wrote:
>> Problem Statements:
>> 1. ZoneID is not updating when the user change the platform time zone setting, then click the "Update Time Zone" button.
>> 2. ZoneID was not displaying in the window as it is displaying in the lower releases.
>>
>> Test Results:
>> jdk-25.0.1/bin/java -jar jtreg/lib/jtreg.jar -verbose:summary -testjdk:jdk-25.0.1 -dir:open/test/jdk java/util/TimeZone/DefaultTimeZoneTest.java
>>
>> Passed: java/util/TimeZone/DefaultTimeZoneTest.java
>> Test results: passed: 1
>
> Vanitha B P has updated the pull request incrementally with one additional commit since the last revision:
>
> changed tzid to more readable timeZoneID
Thanks for the change. I ran the manual test and can confirm that the zone ID now updates in the window when the platform tz is changed.
Nit: Copyright year can be updated.
-------------
Marked as reviewed by jlu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/27043#pullrequestreview-3178145140
More information about the core-libs-dev
mailing list