JDK-8320349 : Simplify FileChooserSymLinkTest.java by using single-window testUI
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2023-11-17
  • Updated: 2024-04-11
  • Resolved: 2023-12-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21 JDK 22
21.0.4-oracleFixed 22 b27Fixed
Related Reports
Relates :  
Description
Simplify the test/jdk/javax/swing/JFileChooser/FileChooserSymLinkTest.java test for the single-window testUI():

Instead of returning List<Window>, return Window from the createTestUI method.

This depends on JDK-8320303 which simplified the most common case of single-window test UI.
Comments
Fix request [21u] I backport this for parity with 21.0.4-oracle. No risk, only a test change. Clean backport. Test passes. SAP nightly testing passed.
11-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/486 Date: 2024-04-10 11:41:33 +0000
10-04-2024

Changeset: b1cb3743 Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2023-12-05 17:40:55 +0000 URL: https://git.openjdk.org/jdk/commit/b1cb37432a4b4a10ba68f468e4d988f2a935f198
05-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16718 Date: 2023-11-17 20:21:32 +0000
17-11-2023