RFR: 8316149: Open source several Swing JTree JViewport KeyboardManager tests [v2]

Damon Nguyen dnguyen at openjdk.org
Tue Sep 19 17:36:43 UTC 2023


On Tue, 19 Sep 2023 07:44:39 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comments changes
>
> test/jdk/javax/swing/KeyboardManager/bug4345798.java line 82:
> 
>> 80:             robot.setAutoDelay(100);
>> 81:             robot.delay(1000);
>> 82:             robot.waitForIdle();
> 
> Usually, we do waitForIdle followed by delay so that all events processing is done and then wait further 1sec to let frame visible..

Fixed, thanks

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15802#discussion_r1330485926


More information about the client-libs-dev mailing list