diff --git a/src/test/org/apache/commons/logging/logkit/StandardTestCase.java b/src/test/org/apache/commons/logging/logkit/StandardTestCase.java index f06d999..478310a 100644 --- a/src/test/org/apache/commons/logging/logkit/StandardTestCase.java +++ b/src/test/org/apache/commons/logging/logkit/StandardTestCase.java @@ -24,16 +24,13 @@ import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import junit.framework.Test; -import junit.framework.TestCase; +import org.apache.commons.logging.AbstractLogTest; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.PathableClassLoader; import org.apache.commons.logging.PathableTestSuite; import org.apache.commons.logging.impl.LogKitLogger; -import org.apache.commons.logging.impl.NoOpLog; - -import org.apache.commons.logging.AbstractLogTest; /** * Basic tests for Avalon LogKit logger adapter.