From e0dc5a6f5169247209bcc94eeb70362ebee8bda2 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Tue, 1 Aug 2006 23:46:32 +0000 Subject: [PATCH] Remove unused imports (fix compile warnings). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@427798 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/logging/logkit/StandardTestCase.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.