From 1a88e2bd50c06744683f45f6ba79ec10a6f2b1ee Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Wed, 18 Jan 2006 02:34:05 +0000 Subject: [PATCH] Clean up imports only. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370012 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/logging/jdk14/CustomConfigTestCase.java | 3 --- .../commons/logging/pathable/ChildFirstTestCase.java | 6 ++---- .../apache/commons/logging/pathable/GeneralTestCase.java | 5 +---- .../commons/logging/pathable/ParentFirstTestCase.java | 6 ++---- .../commons/logging/simple/CustomConfigTestCase.java | 1 - .../logging/simple/DateTimeCustomConfigTestCase.java | 9 +++------ .../commons/logging/simple/DefaultConfigTestCase.java | 1 - 7 files changed, 8 insertions(+), 23 deletions(-) diff --git a/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java b/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java index ac4de29..215c2ec 100644 --- a/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java +++ b/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java @@ -28,9 +28,6 @@ import java.util.logging.Logger; import junit.framework.Test; import junit.framework.TestSuite; -import org.apache.commons.logging.PathableTestSuite; -import org.apache.commons.logging.PathableClassLoader; - /** *

TestCase for JDK 1.4 logging when running on a JDK 1.4 system with diff --git a/src/test/org/apache/commons/logging/pathable/ChildFirstTestCase.java b/src/test/org/apache/commons/logging/pathable/ChildFirstTestCase.java index b0aa86c..56d897f 100644 --- a/src/test/org/apache/commons/logging/pathable/ChildFirstTestCase.java +++ b/src/test/org/apache/commons/logging/pathable/ChildFirstTestCase.java @@ -16,17 +16,15 @@ package org.apache.commons.logging.pathable; import java.net.URL; +import java.util.ArrayList; import java.util.Arrays; import java.util.Enumeration; -import java.util.ArrayList; -import java.net.URLClassLoader; import junit.framework.Test; import junit.framework.TestCase; -import junit.framework.TestSuite; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; +import org.apache.commons.logging.PathableTestSuite; /** * Tests for the PathableTestSuite and PathableClassLoader functionality, diff --git a/src/test/org/apache/commons/logging/pathable/GeneralTestCase.java b/src/test/org/apache/commons/logging/pathable/GeneralTestCase.java index 8a6fd80..b556397 100644 --- a/src/test/org/apache/commons/logging/pathable/GeneralTestCase.java +++ b/src/test/org/apache/commons/logging/pathable/GeneralTestCase.java @@ -16,16 +16,13 @@ package org.apache.commons.logging.pathable; import java.net.URL; -import java.util.Enumeration; -import java.util.ArrayList; import java.net.URLClassLoader; import junit.framework.Test; import junit.framework.TestCase; -import junit.framework.TestSuite; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; +import org.apache.commons.logging.PathableTestSuite; /** * Tests for the PathableTestSuite class. diff --git a/src/test/org/apache/commons/logging/pathable/ParentFirstTestCase.java b/src/test/org/apache/commons/logging/pathable/ParentFirstTestCase.java index e5b3480..29ec93f 100644 --- a/src/test/org/apache/commons/logging/pathable/ParentFirstTestCase.java +++ b/src/test/org/apache/commons/logging/pathable/ParentFirstTestCase.java @@ -16,17 +16,15 @@ package org.apache.commons.logging.pathable; import java.net.URL; +import java.util.ArrayList; import java.util.Arrays; import java.util.Enumeration; -import java.util.ArrayList; -import java.net.URLClassLoader; import junit.framework.Test; import junit.framework.TestCase; -import junit.framework.TestSuite; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; +import org.apache.commons.logging.PathableTestSuite; /** * Tests for the PathableTestSuite and PathableClassLoader functionality, diff --git a/src/test/org/apache/commons/logging/simple/CustomConfigTestCase.java b/src/test/org/apache/commons/logging/simple/CustomConfigTestCase.java index a826d1e..175653d 100644 --- a/src/test/org/apache/commons/logging/simple/CustomConfigTestCase.java +++ b/src/test/org/apache/commons/logging/simple/CustomConfigTestCase.java @@ -22,7 +22,6 @@ import java.util.Iterator; import java.util.List; import junit.framework.Test; -import junit.framework.TestSuite; import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.PathableClassLoader; diff --git a/src/test/org/apache/commons/logging/simple/DateTimeCustomConfigTestCase.java b/src/test/org/apache/commons/logging/simple/DateTimeCustomConfigTestCase.java index b74b925..9a6327b 100644 --- a/src/test/org/apache/commons/logging/simple/DateTimeCustomConfigTestCase.java +++ b/src/test/org/apache/commons/logging/simple/DateTimeCustomConfigTestCase.java @@ -16,17 +16,14 @@ package org.apache.commons.logging.simple; -import java.util.ArrayList; -import java.util.Date; -import java.text.SimpleDateFormat; import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; import junit.framework.Test; -import junit.framework.TestSuite; -import org.apache.commons.logging.LogFactory; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; +import org.apache.commons.logging.PathableTestSuite; /** diff --git a/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java b/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java index b49c11c..7854365 100644 --- a/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java +++ b/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java @@ -24,7 +24,6 @@ import java.io.ObjectOutputStream; import junit.framework.Test; import junit.framework.TestCase; -import junit.framework.TestSuite; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory;