Integrated: 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI
Alexey Ivanov
aivanov at openjdk.org
Tue Dec 5 17:44:13 UTC 2023
On Fri, 17 Nov 2023 20:21:32 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> Update `FileChooserSymLinkTest.java` to simplify its implementation by replacing `List<Window>` with `JFrame` of its `createTestUI` which now uses `PassFailJFrame.Builder testUI(PassFailJFrame.WindowCreator)` instead of `PassFailJFrame.Builder testUI(PassFailJFrame.WindowListCreator)`.
>
> The test works correctly with and without the update.
>
> This PR depends on #16717.
This pull request has now been integrated.
Changeset: b1cb3743
Author: Alexey Ivanov <aivanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b1cb37432a4b4a10ba68f468e4d988f2a935f198
Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 mod
8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI
Reviewed-by: serb
-------------
PR: https://git.openjdk.org/jdk/pull/16718
More information about the client-libs-dev
mailing list