RFR: 8341191: Open source few more AWT FileDialog tests
Prasanta Sadhukhan
psadhukhan at openjdk.org
Tue Oct 1 09:53:40 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.
Marked as reviewed by psadhukhan (Reviewer).
test/jdk/java/awt/FileDialog/SavedDirInitTest.java line 31:
> 29: import java.awt.event.ActionListener;
> 30:
> 31: import java.awt.Component;
Component should be after Button..
test/jdk/java/awt/FileDialog/SavedDirInitTest.java line 76:
> 74: }
> 75: System.out.println("fd components count: "+fd.getComponentCount());
> 76: System.out.println("fd components: "+fd.getComponents());
guess these also could be put in PassFailJFrame.log
-------------
PR Review: https://git.openjdk.org/jdk/pull/21277#pullrequestreview-2339716337
PR Review Comment: https://git.openjdk.org/jdk/pull/21277#discussion_r1782476413
PR Review Comment: https://git.openjdk.org/jdk/pull/21277#discussion_r1782477403
More information about the client-libs-dev
mailing list