RFR: 8310234: Refactor Locale tests to use JUnit [v3]

Naoto Sato naoto at openjdk.org
Thu Jun 22 20:05:03 UTC 2023


On Thu, 22 Jun 2023 19:23:27 GMT, Justin Lu <jlu at openjdk.org> wrote:

>> test/jdk/java/util/Locale/AvailableLocalesTest.java line 46:
>> 
>>> 44:     /**
>>> 45:      * Test that Locale.getAvailableLocales() is non-empty.
>>> 46:      * Print out the locales.
>> 
>> If you combine two tests into a single one, I'd put the corresponding bug id into the method description.
>
> Unless I am mistaken, both bug IDs, 4122700 8282319 are in the combined file.

Yes. I wanted to make it clear that this `nonEmptyLocalesTest` was for the issue 4122700.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14609#discussion_r1238975301


More information about the core-libs-dev mailing list