[jdk11u-dev] Integrated: 8310818: Refactor more Locale tests to use JUnit
Andrew Lu
andrewlu at openjdk.org
Mon May 6 07:44:03 UTC 2024
On Mon, 29 Apr 2024 10:02:31 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:
> This PR contains a backport of
> https://github.com/openjdk/jdk/commit/12e943091071b02b5756b57527a5f86a3d881cb8
> Patch is not clean, this class test/jdk/java/util/Locale/ISO639.java contains the Text Blocks
> System.out.printf("""
> Arguments.of("%s","%s","%s"),
> """, iso639_1, iso639_2B, iso639_2T);
> But in jdk11 the Text Blocks is not supported, I modified the code to
> System.out.printf("Arguments.of("%s","%s","%s"),\n", iso639_1, iso639_2B, iso639_2T);
> Other than these the rest of the code is clean.
This pull request has now been integrated.
Changeset: 3f636f30
Author: Andrew Lu <andrewlu at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/3f636f30f9f040a8d320a4be7c2122fb22fd00bf
Stats: 1939 lines in 13 files changed: 679 ins; 1250 del; 10 mod
8310818: Refactor more Locale tests to use JUnit
Reviewed-by: lucy
Backport-of: 989e0bfe59d67f6a751e8b187caabbd0fd8c8f81
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2693
More information about the jdk-updates-dev
mailing list