On Fri, 23 Jul 2021 16:35:58 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> Pankaj Bansal has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Fixed review comments 1) Increase delay 2) Fix Formatting 3) Make test 
>> stable on Windows according to suggestions
>
> tests/system/src/test/java/test/robot/javafx/stage/WrongStageFocusWithApplicationModalityTest.java
>  line 95:
> 
>> 93:         Util.runAndWait(() -> {
>> 94:             robot.mouseMove((int) (alert.getX()+alert.getWidth()/2),
>> 95:                     (int) (alert.getY()+alert.getHeight()/2));
> 
> Minor: we usually put spaces around binary operators.

Fixed

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

PR: https://git.openjdk.java.net/jfx/pull/581

Reply via email to