RFR: 8328227: Remove applet usage from JColorChooser tests Test4887836 [v4]
Harshitha Onkar
honkar at openjdk.org
Tue Mar 26 00:49:26 UTC 2024
On Mon, 25 Mar 2024 16:48:49 GMT, Alisen Chung <achung at openjdk.org> wrote:
>> Removing applet usage from manual JColorChooser tests
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>
> change font
test/jdk/javax/swing/JColorChooser/Test4887836.java line 43:
> 41: String instructions = """
> 42: If you do not see white area under the \"Swatches\" tab,\n +
> 43: then test passed, otherwise it failed.""";
Please fix line-lengths and the "+" operator is not required since String blocks are used.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18316#discussion_r1538450325
More information about the client-libs-dev
mailing list