RFR: 8319938: com/sun/java/swing/plaf/gtk/TestFileChooserSingleDirectorySelection.java fails with "getSelectedFiles returned empty array for LAF: javax.swing.plaf.metal.MetalLookAndFeel" [v2]
Abhishek Kumar
abhiscxk at openjdk.org
Thu Nov 23 05:11:07 UTC 2023
On Wed, 22 Nov 2023 12:42:52 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> How does it fail? Is it because `System.getProperty(".")` returns `null`? The property `"."` doesn't exist, does it?
No, temp files and directories are created in `scratch` directory. But the files gets deselected after selection which returns as no file selected and test failed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16674#discussion_r1402920829
More information about the client-libs-dev
mailing list