dgraham 2003/10/05 09:41:09
Modified: validator/src/test/org/apache/commons/validator
TestCommon.java TypeTest.java DoubleTest.java
UrlTest.java RequiredNameTest.java LocaleTest.java
EmailTest.java
Log:
Updated imports.
Revision Changes Path
1.4 +6 -6
jakarta-commons/validator/src/test/org/apache/commons/validator/TestCommon.java
Index: TestCommon.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/TestCommon.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestCommon.java 28 Sep 2003 19:26:17 -0000 1.3
+++ TestCommon.java 5 Oct 2003 16:41:09 -0000 1.4
@@ -60,14 +60,14 @@
*/
package org.apache.commons.validator;
-import junit.framework.TestCase;
-
import java.io.IOException;
import java.io.InputStream;
-import org.xml.sax.SAXException;
+import junit.framework.TestCase;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
+import org.xml.sax.SAXException;
/**
* Consolidates reading in XML config file into parent class.
1.14 +4 -6
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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- TypeTest.java 6 Sep 2003 05:17:59 -0000 1.13
+++ TypeTest.java 5 Oct 2003 16:41:09 -0000 1.14
@@ -67,9 +67,7 @@
import java.util.Map;
import junit.framework.Test;
-
import junit.framework.TestSuite;
-
import org.xml.sax.SAXException;
1.13 +4 -12
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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- DoubleTest.java 6 Sep 2003 05:17:59 -0000 1.12
+++ DoubleTest.java 5 Oct 2003 16:41:09 -0000 1.13
@@ -62,16 +62,8 @@
package org.apache.commons.validator;
-import java.io.IOException;
-import java.io.InputStream;
-
import junit.framework.Test;
-import junit.framework.TestCase;
import junit.framework.TestSuite;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.xml.sax.SAXException;
/**
1.6 +5 -5
jakarta-commons/validator/src/test/org/apache/commons/validator/UrlTest.java
Index: UrlTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/UrlTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- UrlTest.java 23 Aug 2003 02:24:07 -0000 1.5
+++ UrlTest.java 5 Oct 2003 16:41:09 -0000 1.6
@@ -62,8 +62,8 @@
package org.apache.commons.validator;
-import junit.framework.TestCase;
import junit.framework.Test;
+import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
1.14 +4 -6
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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- RequiredNameTest.java 6 Sep 2003 05:17:59 -0000 1.13
+++ RequiredNameTest.java 5 Oct 2003 16:41:09 -0000 1.14
@@ -67,8 +67,6 @@
import junit.framework.Test;
import junit.framework.TestSuite;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
import org.xml.sax.SAXException;
1.11 +4 -5
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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- LocaleTest.java 6 Sep 2003 05:17:59 -0000 1.10
+++ LocaleTest.java 5 Oct 2003 16:41:09 -0000 1.11
@@ -68,7 +68,6 @@
import junit.framework.Test;
import junit.framework.TestSuite;
-
import org.xml.sax.SAXException;
/**
1.21 +4 -5
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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- EmailTest.java 6 Sep 2003 05:17:59 -0000 1.20
+++ EmailTest.java 5 Oct 2003 16:41:09 -0000 1.21
@@ -64,7 +64,6 @@
import java.io.IOException;
import junit.framework.Test;
-
import junit.framework.TestSuite;
import org.xml.sax.SAXException;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]