You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Pavlenko (JIRA)" <ji...@apache.org> on 2007/03/09 09:41:24 UTC

[jira] Commented: (HARMONY-3286) [classlib][awt] The method Robot.mouseMove() works incorrectly on windows

    [ https://issues.apache.org/jira/browse/HARMONY-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479535 ] 

Andrey Pavlenko commented on HARMONY-3286:
------------------------------------------

The patch has been applied as expected, thanks.
Alexei, the test RobotTest  is unstable and sometimes it fails even after applying the patch. I think it would be better to move it back to the exclude list.

> [classlib][awt] The method Robot.mouseMove() works incorrectly on windows
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-3286
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3286
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>         Assigned To: Alexei Zakharov
>         Attachments: HARMONY-3286-WinRobot.patch
>
>
> The following test case reproduces the issue.
>     public void test() throws AWTException {
>         final Robot r = new Robot();
>         r.mouseMove(100, 100);
>         assertEquals(new Point(100, 100), MouseInfo.getPointerInfo()
>                 .getLocation());
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.