RFR: 8328482: Convert and Open source few manual applet test to main based [v10]

Tejesh R tr at openjdk.org
Mon Apr 8 04:50:44 UTC 2024


On Fri, 5 Apr 2024 17:24:06 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comments updated - SizeMinimizedTest
>
> test/jdk/java/awt/Frame/SizeMinimizedTest.java line 60:
> 
>> 58:             });
>> 59:             robot.waitForIdle();
>> 60:             robot.delay(100);
> 
> The delay can be increased here since it is after createUI.
> 
> Suggestion:
> 
>             robot.delay(1000);

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18448#discussion_r1555215888


More information about the client-libs-dev mailing list