RFR: 8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog

Harshitha Onkar honkar at openjdk.org
Wed Oct 9 17:30:11 UTC 2024


On Wed, 9 Oct 2024 05:21:58 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> Applet test converted to main based manual test and open sourced.

test/jdk/javax/swing/JFileChooser/bug4587721.java line 54:

> 52:                                 Press the Details button.
> 53:                                 If the file name's text is chopped off by height,
> 54:                                 test failed, otherwise it succedeed.""";

Suggestion:

        String instructions = """
                          Click on the Details button in JFileChooser Window.
                          If the filename text is chopped off by height,
                          then Press FAIL else Press PASS.
                          """;

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21418#discussion_r1793899799


More information about the client-libs-dev mailing list