You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/07/05 05:42:02 UTC

svn commit: r209201 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging: LoadTest.java PathableTestSuite.java

Author: skitching
Date: Mon Jul  4 20:42:02 2005
New Revision: 209201

URL: http://svn.apache.org/viewcvs?rev=209201&view=rev
Log:
Remove unused imports.

Modified:
    jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LoadTest.java
    jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableTestSuite.java

Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LoadTest.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LoadTest.java?rev=209201&r1=209200&r2=209201&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LoadTest.java (original)
+++ jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LoadTest.java Mon Jul  4 20:42:02 2005
@@ -19,8 +19,6 @@
 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

Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableTestSuite.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableTestSuite.java?rev=209201&r1=209200&r2=209201&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableTestSuite.java (original)
+++ jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableTestSuite.java Mon Jul  4 20:42:02 2005
@@ -16,16 +16,9 @@
 
 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



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org