From 184e3781efac29ec58c78d28b1c57b53500b88b6 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Tue, 5 Jul 2005 03:42:02 +0000 Subject: [PATCH] Remove unused imports. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209201 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/logging/LoadTest.java | 2 -- src/test/org/apache/commons/logging/PathableTestSuite.java | 7 ------- 2 files changed, 9 deletions(-) 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.