This is the mail archive of the mauve-discuss@sources.redhat.com 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]

Unicode test noise


Hi,

Does anyone have any objections against this patch to eliminate the
noise that the unicode test generates?

Regards,
Jeroen

Index: gnu/testlet/java/lang/Character/UnicodeBase.java
===================================================================
RCS file:
/cvs/mauve/mauve/gnu/testlet/java/lang/Character/UnicodeBase.java,v
retrieving revision 1.1
diff -u -r1.1 UnicodeBase.java
--- gnu/testlet/java/lang/Character/UnicodeBase.java	8 Apr 2004
16:05:36 -0000	1.1
+++ gnu/testlet/java/lang/Character/UnicodeBase.java	31 Jan 2005
11:34:16 -0000
@@ -276,7 +276,6 @@
 	
   protected void checkPassed()
   {
-    harness.check(true);
   }
 
   public boolean range(int mid, int low, int high)


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