This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: New DnD test


2006-08-08  Lillian Angel  <langel@redhat.com>

        * gnu/testlet/java/awt/dnd/DnDTest.java
        (doDnD): Removed FIXME.


On Tue, 2006-08-08 at 11:48 -0400, Lillian Angel wrote:
> This test uses the Robot class to perform a drag and drop. It currently
> fails on Classpath.
> 
> 2006-08-08  Lillian Angel  <langel@redhat.com>
> 
>         * gnu/testlet/java/awt/dnd/DnDTest.java: New test.
> 
Index: gnu/testlet/java/awt/dnd/DnDTest.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/awt/dnd/DnDTest.java,v
retrieving revision 1.1
diff -u -r1.1 DnDTest.java
--- gnu/testlet/java/awt/dnd/DnDTest.java	8 Aug 2006 15:46:16 -0000	1.1
+++ gnu/testlet/java/awt/dnd/DnDTest.java	8 Aug 2006 15:49:36 -0000
@@ -139,7 +139,6 @@
       r.delay(1000);
       r.mouseMove(tLoc.x + tSize.width/2, tLoc.y + tSize.height/2);
       
-      // FIXME: Fix values, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4363409
       start = tLoc.y + tSize.height/2;
       end = start + 5;
         

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]