RFR: 8213573: MouseLocationOnScreenTest fails intermittently [v2]
Pankaj Bansal
pbansal at openjdk.java.net
Fri Oct 23 13:57:47 UTC 2020
On Fri, 23 Oct 2020 13:33:35 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Pankaj Bansal has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixing review comments
>
> tests/system/src/test/java/test/robot/javafx/scene/MouseLocationOnScreenTest.java line 138:
>
>> 136: for (int y = y1; y <= y2; y++) {
>> 137: robot.mouseMove(x, y);
>> 138: delay(delayTime);
>
> Minor: you can use `Util.sleep` here instead of creating your own method.
Fixed
-------------
PR: https://git.openjdk.java.net/jfx/pull/333
More information about the openjfx-dev
mailing list