RFR: 8306812: Open source several AWT Miscellaneous tests [v3]
Harshitha Onkar
honkar at openjdk.org
Thu May 11 21:53:00 UTC 2023
On Thu, 11 May 2023 05:27:52 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Open source few AWT Miscellaneous ( Panel, Popup, robot and scrollbar) tests.
>
> Tejesh R has updated the pull request incrementally with two additional commits since the last revision:
>
> - Updated based on review comments
> - Updated based on review comments
test/jdk/java/awt/Scrollbar/ScrollbarKeyControlTest.java line 143:
> 141: robot.keyPress(KeyEvent.VK_END);
> 142: robot.keyRelease(KeyEvent.VK_END);
> 143: LOCK.wait(2000);
@TejeshR13 Is a delay of 2s required between key presses? Seems a bit more than usual.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13828#discussion_r1191723610
More information about the client-libs-dev
mailing list