RFR: 8328403: Remove applet usage from JColorChooser tests Test6977726 [v2]

Phil Race prr at openjdk.org
Sat Mar 23 23:51:25 UTC 2024


On Thu, 21 Mar 2024 13:59:42 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> 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.
> ![image](https://github.com/openjdk/jdk/assets/77687766/4d8706f6-1d7f-4229-9a20-bcaf85bb7737)

yep, the instructions need to be as they were in the applet.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18369#discussion_r1536709452


More information about the client-libs-dev mailing list