This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


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

Patch: mauve ClassTest


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

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