This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: really enable java.text tests
- To: Java Patch List <java-patches@sourceware.cygnus.com>
- Subject: Patch: really enable java.text tests
- From: Tom Tromey <tromey@cygnus.com>
- Date: 07 Jul 1999 10:31:56 -0600
- Reply-To: tromey@cygnus.com
My last patch failed to actually enable the java.text Mauve tests.
I'm committing this one, which does it properly.
1999-07-07 Tom Tromey <tromey@cygnus.com>
* mauve-libgcj: Explicitly enable formerly disabled java.text
tests.
Tom
Index: mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.8
diff -u -r1.8 mauve-libgcj
--- mauve-libgcj 1999/07/07 09:12:30 1.8
+++ mauve-libgcj 1999/07/07 16:27:41
@@ -12,6 +12,9 @@
!java.rmi
!java.security
!java.sql
+java.text.FieldPosition.Test
+java.text.ParsePosition.Test
+java.text.SimpleDateFormat.getAndSet2DigitYearStart
java.text.StringCharacterIterator.iter
!java.text.ACIAttribute
!java.text.AttributedCharacterIterator