On Mon, 22 Sep 2025 22:56:55 GMT, Justin Lu <[email protected]> wrote:
> Please review this PR which finishes the conversions of _TestNG_ to _JUnit_ > within the Locale tests. (Primarily under bcp47u with a few other > stragglers.) Tests pass as before. The same number of tests completed in the > test results section remain the same. > > test/jdk/java/util/Locale/LocaleMatchingTest.java > test/jdk/java/util/Locale/RequiredAvailableLocalesTest.java > test/jdk/java/util/Locale/TestOf.java > test/jdk/java/util/Locale/bcp47u/CalendarTests.java > test/jdk/java/util/Locale/bcp47u/CurrencyFormatTests.java > test/jdk/java/util/Locale/bcp47u/CurrencyTests.java > test/jdk/java/util/Locale/bcp47u/DisplayNameTests.java > test/jdk/java/util/Locale/bcp47u/FormatTests.java > test/jdk/java/util/Locale/bcp47u/SymbolsTests.java > test/jdk/java/util/Locale/bcp47u/SystemPropertyTests.java This pull request has now been integrated. Changeset: 5d932420 Author: Justin Lu <[email protected]> URL: https://git.openjdk.org/jdk/commit/5d93242028dfc68b838a8efb0fbc4de3fea7fa0d Stats: 311 lines in 10 files changed: 65 ins; 49 del; 197 mod 8368335: Refactor the rest of Locale TestNG based tests to JUnit Reviewed-by: naoto, liach ------------- PR: https://git.openjdk.org/jdk/pull/27441
