Test name(s): javax/swing/JFileChooser/6698013/bug6698013.java Problem: A manual regression test case instructions does not match with the UI shown to the user. Instruction says to click Open button while the File chooser dialog shows the Save button.
Fix: There is code in test case to open file save dialog instead of file open dialog. Test case modified to show open file dialog. Fix has been tested on windows platform. This issue is not OS specific. ------------- Commit messages: - Checked-in fix for JDK-8075909. - Merge pull request #2 from openjdk/master Changes: https://git.openjdk.java.net/jdk/pull/2587/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2587&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8075909 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.java.net/jdk/pull/2587.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/2587/head:pull/2587 PR: https://git.openjdk.java.net/jdk/pull/2587