<i18n dev> RFR: 8028265: Add legacy tz tests to OpenJDK

Sean Coffey coffeys at openjdk.org
Thu Jul 14 04:28:08 UTC 2022


On Wed, 13 Jul 2022 04:30:39 GMT, Yoshiki Sato <ysatowse at openjdk.org> wrote:

> Please review this PR.  The PR open sources the closed timezone tests.

1 minor comment. Looks good to me.

test/jdk/java/util/TimeZone/tools/share/Makefile line 33:

> 31: #
> 32: 
> 33: TZDATA = ../../../../../../../../open/src/java.base/share/data/tzdata

suggest you replace this with `../../../../../../../src/java.base/share/data/tzdata/`

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

PR: https://git.openjdk.org/jdk/pull/9476


More information about the i18n-dev mailing list