RFR: 8328403: Remove applet usage from JColorChooser tests Test6977726 [v2]
Alexander Zvegintsev
azvegint at openjdk.org
Thu Mar 21 14:03:21 UTC 2024
On Wed, 20 Mar 2024 18:02:37 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:
>
> spacing
test/jdk/javax/swing/JColorChooser/Test6977726.java line 43:
> 41: .title("Test6977726")
> 42: .instructions("Check that there is an empty panel " +
> 43: "titled \"Preview\" in the JColorChooser.")
>there is an empty panel
This doesn't seem to be right, originally it was `If you don't see the preview panel, then test failed, otherwise it passed.`
The preview panel is not empty, it has barely visible white text.

-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18369#discussion_r1533969729
More information about the client-libs-dev
mailing list