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: Fixed typo


Found another.

2006-01-03  Lillian Angel  <langel@redhat.com>

        * gnu/testlet/javax/swing/UIManager/getUI.java
        (test): Fixed check.


On Tue, 2006-01-03 at 13:36 -0500, Lillian Angel wrote:
> 2006-01-03  Lillian Angel  <langel@redhat.com>
> 
>         *
> gnu/testlet/javax/swing/plaf/metal/MetalComboBoxButton/constructors.java
>         (testConstructor1): Fixed typo in test. This now passes for us
> and the JDK.
> 
Index: gnu/testlet/javax/swing/UIManager/getUI.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/javax/swing/UIManager/getUI.java,v
retrieving revision 1.1
diff -u -r1.1 getUI.java
--- gnu/testlet/javax/swing/UIManager/getUI.java	18 Oct 2005 15:23:24 -0000	1.1
+++ gnu/testlet/javax/swing/UIManager/getUI.java	3 Jan 2006 19:01:57 -0000
@@ -58,6 +58,6 @@
 
     TestLabel l = new TestLabel();
     UIManager.getUI(l);
-    harness.check(TestLabelUI.installUICalled, true);
+    harness.check(TestLabelUI.installUICalled, false);
   }
 }

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