RFR: 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI [v3]
Alexey Ivanov
aivanov at openjdk.org
Tue Dec 5 17:44:13 UTC 2023
> 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.
Alexey Ivanov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- Merge master
- 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI
- 8320303: Allow PassFailJFrame to accept single window creator
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16718/files
- new: https://git.openjdk.org/jdk/pull/16718/files/2f1e3150..fd1f53f0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16718&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16718&range=01-02
Stats: 104798 lines in 2382 files changed: 52240 ins; 41977 del; 10581 mod
Patch: https://git.openjdk.org/jdk/pull/16718.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16718/head:pull/16718
PR: https://git.openjdk.org/jdk/pull/16718
More information about the client-libs-dev
mailing list