RFR: 8368335: Refactor the rest of Locale TestNG based tests to JUnit [v2]
Naoto Sato
naoto at openjdk.org
Tue Sep 23 18:50:41 UTC 2025
On Tue, 23 Sep 2025 18:25:53 GMT, Justin Lu <jlu at openjdk.org> 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
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> Swap other args in assertions in LocaleMatchingTest
Marked as reviewed by naoto (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27441#pullrequestreview-3259219009
More information about the core-libs-dev
mailing list