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]

FYI: JInternalFrame.setSelected fixlet


This patch (committed) fixes a minor problem with the setSelected() test:

2006-05-31 David Gilbert <david.gilbert@object-refinery.com>

   * gnu/testlet/javax/swing/JInternalFrame/setSelected.java: Removed
   unnecessary import and fixed API doc warning.

Regards,

Dave
Index: gnu/testlet/javax/swing/JInternalFrame/setSelected.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/javax/swing/JInternalFrame/setSelected.java,v
retrieving revision 1.2
diff -u -r1.2 setSelected.java
--- gnu/testlet/javax/swing/JInternalFrame/setSelected.java	15 Mar 2006 14:28:14 -0000	1.2
+++ gnu/testlet/javax/swing/JInternalFrame/setSelected.java	31 May 2006 14:31:50 -0000
@@ -32,7 +32,6 @@
 
 import gnu.testlet.TestHarness;
 import gnu.testlet.Testlet;
-import gnu.testlet.javax.swing.JInternalFrame.setResizable.TestPropertyChangeHandler;
 
 /**
  * Tests the functionality of the setSelected() method in JInternalFrame.
@@ -89,7 +88,7 @@
   /**
    * Tests if setSelected should trigger a repaint.
    *
-   * @param harness the test harness to use
+   * @param h the test harness to use
    */
   public void testRepaint(TestHarness h)
   {

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