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: really enable java.text tests


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

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