[jdk11u-dev] RFR: 8310923: Refactor Currency tests to use JUnit [v2]
Andrew Lu
andrewlu at openjdk.org
Thu Mar 28 08:10:53 UTC 2024
> I backport this for parity with 11.0.24-oracle.
> test/jdk/java/util/Currency/ValidateISO4217.java
> due to the https://github.com/openjdk/jdk11u-dev/pull/2532
> the missing part was backported to this file here
>
> test/jdk/java/util/Currency/CurrencyTest.java
> due to the private static method was not allowed here such as 'private static Stream<Arguments> fundsCodes()',
> add '@TestInstance(TestInstance.Lifecycle.PER_CLASS)'
Andrew Lu has updated the pull request incrementally with one additional commit since the last revision:
fix
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/2632/files
- new: https://git.openjdk.org/jdk11u-dev/pull/2632/files/14c60deb..02566012
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2632&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2632&range=00-01
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2632.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2632/head:pull/2632
PR: https://git.openjdk.org/jdk11u-dev/pull/2632
More information about the jdk-updates-dev
mailing list