RFR: 8316211: Open source several manual applet tests

Harshitha Onkar honkar at openjdk.org
Tue Sep 19 22:10:39 UTC 2023


On Tue, 19 Sep 2023 20:52:41 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

> Open sourcing several manual applet tests
> 
> 
> test/jdk/java/awt/Frame/DefaultSizeTest.java
> test/jdk/java/awt/LightweightComponent/LightweightCliprect.java
> test/jdk/java/awt/event/KeyEvent/FunctionKeyTest.java
> test/jdk/javax/swing/JFrame/DefaultCloseOperation.java

test/jdk/java/awt/event/KeyEvent/FunctionKeyTest.java line 50:

> 48:             If the above is true, then click Pass, else click Fail.
> 49:             """;
> 50: 

This can be converted to automated test using robot's Key events `(VK_F11, VK_F12)`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15827#discussion_r1330755292


More information about the client-libs-dev mailing list