diff --git a/src/test/org/apache/commons/logging/LoadTest.java b/src/test/org/apache/commons/logging/LoadTest.java index 7cab7ba..d84c916 100644 --- a/src/test/org/apache/commons/logging/LoadTest.java +++ b/src/test/org/apache/commons/logging/LoadTest.java @@ -19,8 +19,6 @@ import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; -import org.apache.commons.logging.impl.LogFactoryImpl; - /** * testcase to emulate container and application isolated from container * @author baliuka diff --git a/src/test/org/apache/commons/logging/PathableTestSuite.java b/src/test/org/apache/commons/logging/PathableTestSuite.java index 63d732b..48588a7 100644 --- a/src/test/org/apache/commons/logging/PathableTestSuite.java +++ b/src/test/org/apache/commons/logging/PathableTestSuite.java @@ -16,17 +16,10 @@ package org.apache.commons.logging; -import java.io.PrintStream; - import junit.framework.Test; import junit.framework.TestSuite; import junit.framework.TestResult; -import java.lang.reflect.Method; -import java.lang.reflect.InvocationTargetException; -import java.lang.reflect.Modifier; -import java.util.Vector; - /** * Custom TestSuite class that can be used to control the context classloader * in operation when a test runs.