Re: RFR: 8347841: Test fixes that use deprecated time zone IDs [v2]

2025-01-21 Thread Naoto Sato
On Fri, 17 Jan 2025 00:45:54 GMT, Naoto Sato wrote: >> This fix is a follow on for >> [JDK-8342550](https://bugs.openjdk.org/browse/JDK-8342550). Replaces/Removes >> usages of those deprecated time zone ids in tests. > > Naoto Sato has updated the pull request incrementally with one additional

Re: RFR: 8347841: Test fixes that use deprecated time zone IDs [v2]

2025-01-17 Thread Joe Wang
On Fri, 17 Jan 2025 00:45:54 GMT, Naoto Sato wrote: >> This fix is a follow on for >> [JDK-8342550](https://bugs.openjdk.org/browse/JDK-8342550). Replaces/Removes >> usages of those deprecated time zone ids in tests. > > Naoto Sato has updated the pull request incrementally with one additional

Re: RFR: 8347841: Test fixes that use deprecated time zone IDs [v2]

2025-01-16 Thread Justin Lu
On Fri, 17 Jan 2025 00:42:03 GMT, Naoto Sato wrote: >> test/jdk/java/util/TimeZone/TimeZoneBoundaryTest.java line 417: >> >>> 415: //findBoundariesStepwise(1997, ONE_DAY, >>> TimeZone.getTimeZone("EST"), 2); >>> 416: findBoundariesStepwise(1997, ONE_DAY, >>> TimeZone.getTimeZon

Re: RFR: 8347841: Test fixes that use deprecated time zone IDs [v2]

2025-01-16 Thread Justin Lu
On Fri, 17 Jan 2025 00:45:54 GMT, Naoto Sato wrote: >> This fix is a follow on for >> [JDK-8342550](https://bugs.openjdk.org/browse/JDK-8342550). Replaces/Removes >> usages of those deprecated time zone ids in tests. > > Naoto Sato has updated the pull request incrementally with one additional

Re: RFR: 8347841: Test fixes that use deprecated time zone IDs [v2]

2025-01-16 Thread Naoto Sato
> This fix is a follow on for > [JDK-8342550](https://bugs.openjdk.org/browse/JDK-8342550). Replaces/Removes > usages of those deprecated time zone ids in tests. Naoto Sato has updated the pull request incrementally with one additional commit since the last revision: Removed extra spaces --

Re: RFR: 8347841: Test fixes that use deprecated time zone IDs [v2]

2025-01-16 Thread Naoto Sato
On Thu, 16 Jan 2025 23:54:04 GMT, Justin Lu 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: //findBoundaries

Re: RFR: 8347841: Test fixes that use deprecated time zone IDs

2025-01-16 Thread Justin Lu
On Thu, 16 Jan 2025 23:38:48 GMT, Naoto Sato wrote: > This fix is a follow on for > [JDK-8342550](https://bugs.openjdk.org/browse/JDK-8342550). Replaces/Removes > usages of those deprecated time zone ids in tests. Looks good. test/jdk/java/text/Format/DateFormat/DateFormatTest.java line 190:

RFR: 8347841: Test fixes that use deprecated time zone IDs

2025-01-16 Thread Naoto Sato
This fix is a follow on for [JDK-8342550](https://bugs.openjdk.org/browse/JDK-8342550). Replaces/Removes usages of those deprecated time zone ids in tests. - Commit messages: - initial commit Changes: https://git.openjdk.org/jdk/pull/23166/files Webrev: https://webrevs.openjdk.o