RFR: 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI

Sergey Bylokhov serb at openjdk.org
Thu Nov 30 19:58:12 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.

Marked as reviewed by serb (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/16718#pullrequestreview-1758334333


More information about the client-libs-dev mailing list