<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 13:49:41 UTC 2021


On Wed, 17 Feb 2021 04:06:36 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> 
> 
> I guess since you are modifying the test, it's better to convert into main based from applet.
> Please remove %W% %E% from @test tag and also @author tag
> Also, JFileChooser.showOpenDialog() can throw HeadlessException, so you need to mark the test @headful once you convert to main based.

@mrserb is against converting manual applet-based tests one-by-one, see [his comment](https://github.com/openjdk/jdk/pull/2094#discussion_r558717221) in #2094. Thus, I'd rather leave the test as is. However, I agree `%W% %E%` can be removed from `@test` tag and `@author` tag can be dropped completely.

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

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


More information about the swing-dev mailing list