<Swing Dev> RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF [v3]

Alexey Ivanov aivanov at openjdk.java.net
Wed Feb 17 15:11:00 UTC 2021


On Wed, 17 Feb 2021 03:56:56 GMT, Amresh Sahu <github.com+72060147+amresh-sahu at openjdk.org> wrote:

>> 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.
>
> Amresh Sahu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update bug6698013.java

test/jdk/javax/swing/JFileChooser/6698013/bug6698013.java line 46:

> 44:     final static VirtualFile subdirFile = new VirtualFile("testdir/subdir/subtest.txt", false);
> 45: 
> 46:     public static void main(String[] args) throws InvocationTargetException, InterruptedException {

Suggestion:

    public static void main(String[] args) throws Exception {
For simplicity.

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

PR: https://git.openjdk.java.net/jdk/pull/2587


More information about the swing-dev mailing list