RFR: 8341191: Open source few more AWT FileDialog tests

Andrey Turbanov aturbanov at openjdk.org
Tue Oct 1 09:21:36 UTC 2024


On Tue, 1 Oct 2024 05:06:10 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> AWT File Dialog related tests are converted from applet to manual and moved to open.

test/jdk/java/awt/FileDialog/PathChoiceDisposeTest.java line 43:

> 41: public class PathChoiceDisposeTest {
> 42:     public static void main(String[] args) throws Exception {
> 43:         System.setProperty("sun.awt.disableGtkFileDialogs","true");

Suggestion:

        System.setProperty("sun.awt.disableGtkFileDialogs", "true");

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21277#discussion_r1782430761


More information about the client-libs-dev mailing list