JDK-8316025 : Use testUI() method of PassFailJFrame.Builder in FileChooserSymLinkTest.java
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-11
  • Updated: 2023-11-20
  • Resolved: 2023-11-01
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.2Fixed 22 b22Fixed
Related Reports
Blocks :  
Description
This is to update the test/jdk/javax/swing/JFileChooser/FileChooserSymLinkTest.java test to use the new feature of the manual test framework: create test UI by passing a method reference to the manual test framework.

It depends on JDK-8294156 which adds this feature to PassFailJFrame.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u/pull/386 Date: 2023-11-20 15:21:36 +0000
20-11-2023

Fix request: 21u Modifies a test to demonstrate the usage of the testUI method of PassFailJFrame.Builder. Clean backport on top of JDK-8316003. Low risk. (It depends on JDK-8294158 and JDK-8294156 as well as JDK-8316003.)
10-11-2023

Changeset: 7f47c51a Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2023-11-01 15:27:05 +0000 URL: https://git.openjdk.org/jdk/commit/7f47c51aced9c724dbc9b0d8cbd88c49435da460
01-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15666 Date: 2023-09-11 16:54:10 +0000
11-09-2023