RFR: 8327696: [TESTBUG] "javax/swing/JTable/KeyBoardNavigation/KeyBoardNavigation.java" test instruction needs to be corrected

Tejesh R tr at openjdk.org
Tue Apr 23 07:26:33 UTC 2024


On Mon, 22 Apr 2024 16:03:12 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Instructions set has been updated as per OS specific. JTable keyboard navigation is tested in each OS and according it's current implementation the instructions has been updated (Few has been removed and few has been updated). 
>> PassFailJFrame.builder is used.
>
> test/jdk/javax/swing/JTable/KeyBoardNavigation.java line 130:
> 
>> 128:         frame.add(scrollPane);
>> 129:         frame.pack();
>> 130:         frame.setVisible(true);
> 
> no need for frame.setVisible since PassFailJFrame will do that

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18855#discussion_r1575773246


More information about the client-libs-dev mailing list