-
Bug
-
Resolution: Fixed
-
P3
-
24, 25
-
b14
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8366910 | 25.0.2 | Vanitha B P | P3 | Resolved | Fixed | master |
Tested on OS: Linux
Reproducible: Always
General description of the problem:
ZoneID is not updating when the user change the platform time zone setting, then click the "Update Time Zone" button.
Affected test:
java/util/TimeZone/DefaultTimeZoneTest.java
Steps to reproduce:
1: Execute the test java/util/TimeZone/DefaultTimeZoneTest.java
2. Run the test case: java/util/TimeZone/DefaultTimeZoneTest.java
3. Observe the displayed Time zone ID and the local time currently ( Asia/Kolkata)
4. Change the platform timezone setting to Europe/London.
5. Click "Update Time Zone" button
6. Observe the displayed Time zone ID and the local time and local time update on the window
Expected behavior:
The ZoneID should update as per local time when new timezone is set and ZoneID should be displayed.
Actual behavior:
The ZoneID in Java is not updating as we update the local time when the user change the platform timezone setting , then click the "Update Time Zone" button.
Reproducible: Always
General description of the problem:
ZoneID is not updating when the user change the platform time zone setting, then click the "Update Time Zone" button.
Affected test:
java/util/TimeZone/DefaultTimeZoneTest.java
Steps to reproduce:
1: Execute the test java/util/TimeZone/DefaultTimeZoneTest.java
2. Run the test case: java/util/TimeZone/DefaultTimeZoneTest.java
3. Observe the displayed Time zone ID and the local time currently ( Asia/Kolkata)
4. Change the platform timezone setting to Europe/London.
5. Click "Update Time Zone" button
6. Observe the displayed Time zone ID and the local time and local time update on the window
Expected behavior:
The ZoneID should update as per local time when new timezone is set and ZoneID should be displayed.
Actual behavior:
The ZoneID in Java is not updating as we update the local time when the user change the platform timezone setting , then click the "Update Time Zone" button.
- backported by
-
JDK-8366910 Test "java/util/TimeZone/DefaultTimeZoneTest.java" is not updating the zone ID as expected
-
- Resolved
-
- caused by
-
JDK-8340326 Remove references to Applet in core-libs/security tests
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/3e4dff33
-
Commit(master) openjdk/jdk/a40afdd0
-
Review(master) openjdk/jdk25u/164
-
Review(master) openjdk/jdk/27043
(1 links to)