RFR: 8316211: Open source several manual applet tests [v2]

Harshitha Onkar honkar at openjdk.org
Wed Sep 20 16:43:41 UTC 2023


On Wed, 20 Sep 2023 01:40:54 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> 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)`.
>
> Sure, converted.

Automated test changes look good. 
`handleEvent` and `keyDown` is marked for deprecation, should it be replaced with `processEvent()`?

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

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


More information about the client-libs-dev mailing list