Patch: mauve ClassTest

Tom Tromey tromey@cygnus.com
Fri Jan 7 12:39:00 GMT 2000


I'm committing this patch.
It reenables the ClassTest test; we now at least stub out the method
which previously caused this not to compile.

2000-01-07  Tom Tromey  <tromey@cygnus.com>

	* mauve-libgcj: Don't disable ClassTest.

Tom

Index: mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.11
diff -u -r1.11 mauve-libgcj
--- mauve-libgcj	1999/12/21 23:50:01	1.11
+++ mauve-libgcj	2000/01/07 20:38:42
@@ -11,8 +11,6 @@
 java.lang.String.hash
 # We support 1.2 for this test.
 java.lang.reflect.Modifier.toString12
-# We don't have the URL function in Class yet.
-!java.lang.Class.ClassTest
 !java.math
 !java.rmi
 !java.security
@@ -25,3 +23,4 @@
 !java.text.AttributedCharacterIterator
 !java.text.resources
 !java.text.DateFormat
+!java.net


More information about the Java-patches mailing list