This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: mauve ClassTest
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: mauve ClassTest
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 07 Jan 2000 13:43:11 -0700
- Reply-To: tromey at cygnus dot com
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