dgraham 2003/03/12 18:09:25
Modified: validator/src/test/org/apache/commons/validator
DoubleTest.java LongTest.java LocaleTest.java
RequiredIfTest.java EmailTest.java
MultipleTests.java ValidatorTest.java TypeTest.java
ByteTest.java FloatTest.java RequiredNameTest.java
IntegerTest.java ShortTest.java
Log:
Removed unused imports.
Revision Changes Path
1.4 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/DoubleTest.java
Index: DoubleTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/DoubleTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DoubleTest.java 15 Dec 2002 21:46:41 -0000 1.3
+++ DoubleTest.java 13 Mar 2003 02:09:23 -0000 1.4
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.4 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/LongTest.java
Index: LongTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/LongTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LongTest.java 15 Dec 2002 21:46:41 -0000 1.3
+++ LongTest.java 13 Mar 2003 02:09:23 -0000 1.4
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.2 +9 -9
jakarta-commons/validator/src/test/org/apache/commons/validator/LocaleTest.java
Index: LocaleTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/LocaleTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocaleTest.java 20 Jan 2003 06:15:06 -0000 1.1
+++ LocaleTest.java 13 Mar 2003 02:09:23 -0000 1.2
@@ -64,14 +64,14 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+import java.util.Locale;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-import java.util.Locale;
/**
* <p>Performs Validation Test for <code>long</code> validations.</p>
1.3 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/RequiredIfTest.java
Index: RequiredIfTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/RequiredIfTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RequiredIfTest.java 15 Dec 2002 21:46:41 -0000 1.2
+++ RequiredIfTest.java 13 Mar 2003 02:09:23 -0000 1.3
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.7 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/EmailTest.java
Index: EmailTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/EmailTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EmailTest.java 20 Jan 2003 06:50:26 -0000 1.6
+++ EmailTest.java 13 Mar 2003 02:09:23 -0000 1.7
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.3 +6 -6
jakarta-commons/validator/src/test/org/apache/commons/validator/MultipleTests.java
Index: MultipleTests.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/MultipleTests.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MultipleTests.java 15 Dec 2002 21:46:41 -0000 1.2
+++ MultipleTests.java 13 Mar 2003 02:09:24 -0000 1.3
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
+
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.6 +10 -10
jakarta-commons/validator/src/test/org/apache/commons/validator/ValidatorTest.java
Index: ValidatorTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/ValidatorTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ValidatorTest.java 15 Dec 2002 20:58:57 -0000 1.5
+++ ValidatorTest.java 13 Mar 2003 02:09:24 -0000 1.6
@@ -62,16 +62,16 @@
package org.apache.commons.validator;
+import java.text.DateFormat;
+import java.text.ParseException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Locale;
-import java.text.DateFormat;
-import java.text.ParseException;
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
/**
1.5 +8 -7
jakarta-commons/validator/src/test/org/apache/commons/validator/TypeTest.java
Index: TypeTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/TypeTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TypeTest.java 15 Dec 2002 21:46:41 -0000 1.4
+++ TypeTest.java 13 Mar 2003 02:09:24 -0000 1.5
@@ -66,10 +66,11 @@
import java.io.InputStream;
import java.util.Iterator;
import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.4 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/ByteTest.java
Index: ByteTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/ByteTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ByteTest.java 15 Dec 2002 21:46:41 -0000 1.3
+++ ByteTest.java 13 Mar 2003 02:09:24 -0000 1.4
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.4 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/FloatTest.java
Index: FloatTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/FloatTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FloatTest.java 15 Dec 2002 21:46:41 -0000 1.3
+++ FloatTest.java 13 Mar 2003 02:09:24 -0000 1.4
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.6 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/RequiredNameTest.java
Index: RequiredNameTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/RequiredNameTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- RequiredNameTest.java 15 Dec 2002 21:46:41 -0000 1.5
+++ RequiredNameTest.java 13 Mar 2003 02:09:24 -0000 1.6
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.4 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/IntegerTest.java
Index: IntegerTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/IntegerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- IntegerTest.java 15 Dec 2002 21:46:41 -0000 1.3
+++ IntegerTest.java 13 Mar 2003 02:09:24 -0000 1.4
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
1.4 +8 -8
jakarta-commons/validator/src/test/org/apache/commons/validator/ShortTest.java
Index: ShortTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/ShortTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ShortTest.java 15 Dec 2002 21:46:41 -0000 1.3
+++ ShortTest.java 13 Mar 2003 02:09:24 -0000 1.4
@@ -64,11 +64,11 @@
import java.io.IOException;
import java.io.InputStream;
-import java.util.Map;
-import junit.framework.Test;
-import junit.framework.TestCase;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]