You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/03/09 03:39:28 UTC

svn commit: r751575 - /commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/BaseTestCase.java

Author: sebb
Date: Mon Mar  9 02:39:27 2009
New Revision: 751575

URL: http://svn.apache.org/viewvc?rev=751575&view=rev
Log:
Unused imports

Modified:
    commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/BaseTestCase.java

Modified: commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/BaseTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/BaseTestCase.java?rev=751575&r1=751574&r2=751575&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/BaseTestCase.java (original)
+++ commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/BaseTestCase.java Mon Mar  9 02:39:27 2009
@@ -21,21 +21,7 @@
 import java.sql.ResultSetMetaData;
 import java.util.Date;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import org.apache.commons.dbutils.handlers.ArrayHandlerTest;
-import org.apache.commons.dbutils.handlers.ArrayListHandlerTest;
-import org.apache.commons.dbutils.handlers.BeanHandlerTest;
-import org.apache.commons.dbutils.handlers.BeanListHandlerTest;
-import org.apache.commons.dbutils.handlers.ColumnListHandlerTest;
-import org.apache.commons.dbutils.handlers.KeyedHandlerTest;
-import org.apache.commons.dbutils.handlers.MapHandlerTest;
-import org.apache.commons.dbutils.handlers.MapListHandlerTest;
-import org.apache.commons.dbutils.handlers.ScalarHandlerTest;
-import org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest;
-import org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest;
 
 /**
  * BaseTestCase is the base class for all test cases as well as the "all tests"