RFR: 8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main [v4]
Alexey Ivanov
aivanov at openjdk.org
Tue Mar 12 11:18:14 UTC 2024
On Tue, 12 Mar 2024 10:54:37 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Conversion of manual applet test to main based using PassFailJFrame manual framework
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>
> move frame init in createUI
test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java line 80:
> 78: .title("JFileChooser Instructions")
> 79: .instructions(INSTRUCTIONS)
> 80: .rows(10)
Suggestion:
.instructions(INSTRUCTIONS)
.testTimeOut(10)
.rows(10)
This test will benefit from a longer time out.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18180#discussion_r1521282483
More information about the client-libs-dev
mailing list