RFR: 8334509: Cancelling PageDialog does not return the same PageFormat object [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Wed Jun 19 08:30:42 UTC 2024
On Wed, 19 Jun 2024 06:49:03 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Test fix
>
> test/jdk/java/awt/print/PrinterJob/PageDialogCancelTest.java line 51:
>
>> 49: robot.keyRelease(KeyEvent.VK_TAB);
>> 50: robot.waitForIdle();
>> 51: robot.delay(500);
>
> I think shorter delay of 100ms should be ok here and below as well.
It might be ok for statndalone test but jtreg execution is failing sometimes with shorter delay so kept that way..
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19786#discussion_r1645677261
More information about the client-libs-dev
mailing list