Remove unused imports.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209201 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user