Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 29822 invoked from network); 7 Mar 2007 17:47:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 17:47:50 -0000 Received: (qmail 35112 invoked by uid 500); 7 Mar 2007 17:47:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 35076 invoked by uid 500); 7 Mar 2007 17:47:54 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 35053 invoked by uid 99); 7 Mar 2007 17:47:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 09:47:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 09:47:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 845D0714088 for ; Wed, 7 Mar 2007 09:47:24 -0800 (PST) Message-ID: <23606947.1173289644527.JavaMail.root@brutus> Date: Wed, 7 Mar 2007 09:47:24 -0800 (PST) From: "Alexei Zakharov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3286) [classlib][awt] The method Robot.mouseMove() works incorrectly on windows In-Reply-To: <14867109.1172833970852.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Zakharov resolved HARMONY-3286. -------------------------------------- Resolution: Fixed Thanks Andrey, the patch was applied at the revision 515659. Please verify it was applied as expected. BTW I 've removed RobotTest from the exclude list since it doesn't fail anymore - I've checked it on Win32 and Linux32. > [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.