On Tue, 1 Oct 2024 05:06:10 GMT, Abhishek Kumar <[email protected]> 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