On Thu, 30 Jan 2025 11:52:09 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> Naveen Narayanan has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   8344581: java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS
>
> test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java line 110:
> 
>> 108:     private static void doTest() throws Exception {
>> 109:         Robot robot = new Robot();
>> 110:         robot.mouseMove(0,0);
> 
> Suggestion:
> 
>         robot.mouseMove(0, 0);

done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23264#discussion_r1935604339

Reply via email to