diff --git a/src/test/org/apache/commons/logging/log4j/StandardTests.java b/src/test/org/apache/commons/logging/log4j/StandardTests.java index a35fe67..55c8298 100644 --- a/src/test/org/apache/commons/logging/log4j/StandardTests.java +++ b/src/test/org/apache/commons/logging/log4j/StandardTests.java @@ -19,21 +19,15 @@ package org.apache.commons.logging.log4j; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; -import java.io.InputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; - -import java.util.List; import java.util.ArrayList; -import java.util.Enumeration; -import java.util.Iterator; -import java.util.Properties; +import java.util.List; import junit.framework.TestCase; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.commons.logging.impl.Log4J12Logger; /** diff --git a/src/test/org/apache/commons/logging/log4j/log4j12/ApiClasspathStandardTestCase.java b/src/test/org/apache/commons/logging/log4j/log4j12/ApiClasspathStandardTestCase.java index 248148c..5b5b861 100644 --- a/src/test/org/apache/commons/logging/log4j/log4j12/ApiClasspathStandardTestCase.java +++ b/src/test/org/apache/commons/logging/log4j/log4j12/ApiClasspathStandardTestCase.java @@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12; import junit.framework.Test; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; -import org.apache.commons.logging.log4j.StandardTests; +import org.apache.commons.logging.PathableTestSuite; /** diff --git a/src/test/org/apache/commons/logging/log4j/log4j12/AppClasspathStandardTestCase.java b/src/test/org/apache/commons/logging/log4j/log4j12/AppClasspathStandardTestCase.java index ef49eab..5d27e59 100644 --- a/src/test/org/apache/commons/logging/log4j/log4j12/AppClasspathStandardTestCase.java +++ b/src/test/org/apache/commons/logging/log4j/log4j12/AppClasspathStandardTestCase.java @@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12; import junit.framework.Test; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; -import org.apache.commons.logging.log4j.StandardTests; +import org.apache.commons.logging.PathableTestSuite; /** * Tests for Log4J logging when there is only one classloader and everything diff --git a/src/test/org/apache/commons/logging/log4j/log4j12/ChildClasspathStandardTestCase.java b/src/test/org/apache/commons/logging/log4j/log4j12/ChildClasspathStandardTestCase.java index 040d708..b9b8f02 100644 --- a/src/test/org/apache/commons/logging/log4j/log4j12/ChildClasspathStandardTestCase.java +++ b/src/test/org/apache/commons/logging/log4j/log4j12/ChildClasspathStandardTestCase.java @@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12; import junit.framework.Test; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; -import org.apache.commons.logging.log4j.StandardTests; +import org.apache.commons.logging.PathableTestSuite; /** diff --git a/src/test/org/apache/commons/logging/log4j/log4j12/Log4j12StandardTests.java b/src/test/org/apache/commons/logging/log4j/log4j12/Log4j12StandardTests.java index 42b058a..a0f3c7e 100644 --- a/src/test/org/apache/commons/logging/log4j/log4j12/Log4j12StandardTests.java +++ b/src/test/org/apache/commons/logging/log4j/log4j12/Log4j12StandardTests.java @@ -18,10 +18,6 @@ package org.apache.commons.logging.log4j.log4j12; import java.util.List; -import junit.framework.Test; - -import org.apache.commons.logging.PathableTestSuite; -import org.apache.commons.logging.PathableClassLoader; import org.apache.commons.logging.log4j.StandardTests; import org.apache.log4j.Level; import org.apache.log4j.Logger; diff --git a/src/test/org/apache/commons/logging/log4j/log4j12/ParentClasspathStandardTestCase.java b/src/test/org/apache/commons/logging/log4j/log4j12/ParentClasspathStandardTestCase.java index d5c9e41..0d900a1 100644 --- a/src/test/org/apache/commons/logging/log4j/log4j12/ParentClasspathStandardTestCase.java +++ b/src/test/org/apache/commons/logging/log4j/log4j12/ParentClasspathStandardTestCase.java @@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12; import junit.framework.Test; -import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.PathableClassLoader; -import org.apache.commons.logging.log4j.StandardTests; +import org.apache.commons.logging.PathableTestSuite; /** * Tests for Log4J logging that emulate a webapp running within diff --git a/src/test/org/apache/commons/logging/log4j/log4j12/TestAppender.java b/src/test/org/apache/commons/logging/log4j/log4j12/TestAppender.java index 7d6bb71..0ffe5ed 100644 --- a/src/test/org/apache/commons/logging/log4j/log4j12/TestAppender.java +++ b/src/test/org/apache/commons/logging/log4j/log4j12/TestAppender.java @@ -19,13 +19,10 @@ package org.apache.commons.logging.log4j.log4j12; import java.util.List; -import org.apache.log4j.Level; -import org.apache.log4j.Logger; +import org.apache.commons.logging.log4j.StandardTests; import org.apache.log4j.AppenderSkeleton; import org.apache.log4j.spi.LoggingEvent; -import org.apache.commons.logging.log4j.StandardTests; - /** * A custom implementation of org.apache.log4j.Appender which * converts the log4j-specific log event record into a representation that