Integrated: 8319938: TestFileChooserSingleDirectorySelection.java fails with "getSelectedFiles returned empty array"

Abhishek Kumar abhiscxk at openjdk.org
Wed Dec 6 16:44:52 UTC 2023


On Wed, 15 Nov 2023 09:50:19 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> The test fails for JFileChooser selection mode set to `DIRECTORIES_ONLY`. For `DIRECTORIES_ONLY `mode, there may not be any directories in home directory and due to that test failed. Added the code to create temporary directories and files for the test.
> Tested the current change on the machine it failed for multiple times, no failure observed.
> CI link attached in JBS.

This pull request has now been integrated.

Changeset: 4ef24e25
Author:    Abhishek Kumar <abhiscxk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4ef24e2596340c5375f2ab07883c26a6458efe0e
Stats:     148 lines in 1 file changed: 58 ins; 53 del; 37 mod

8319938: TestFileChooserSingleDirectorySelection.java fails with "getSelectedFiles returned empty array"

Reviewed-by: aivanov, tr

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

PR: https://git.openjdk.org/jdk/pull/16674


More information about the client-libs-dev mailing list