On Fri, 30 Jun 2023 07:52:36 GMT, Justin Lu <j...@openjdk.org> wrote:
> Please review this PR which refactors additional tests in Locale to use JUnit. > > If a test was named bugNNNNNNN.java, it was renamed to something more > descriptive. > > Below is a list of all the changes > > - Refactor and Rename Bug4175998Test.java as ISO639.java > - Refactor and Rename Bug8001562.java as JDK7LocaleServiceDiffs.java > - Refactor and Rename Bug8008577.java as ExpectedAdapterTypes.java > - Combine Bug8025703.java into LanguageSubtagRegistryTest.java > - Refactor and Rename Bug8026766.java as LRToString.java > - Refactor and Rename Bug8071929.java as ISO3166.java > - Refactor and Rename Bug8032842.java to PreserveTagCase.java This pull request has now been integrated. Changeset: 12e94309 Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/12e943091071b02b5756b57527a5f86a3d881cb8 Stats: 1377 lines in 13 files changed: 681 ins; 686 del; 10 mod 8310818: Refactor more Locale tests to use JUnit Reviewed-by: lancea, naoto ------------- PR: https://git.openjdk.org/jdk/pull/14721