Author: bayard
Date: Sun Mar  9 23:38:55 2008
New Revision: 635453

URL: http://svn.apache.org/viewvc?rev=635453&view=rev
Log:
Removing unused imports

Modified:
    commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVParserTest.java
    
commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVStrategyTest.java

Modified: 
commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVParserTest.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVParserTest.java?rev=635453&r1=635452&r2=635453&view=diff
==============================================================================
--- 
commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVParserTest.java 
(original)
+++ 
commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVParserTest.java 
Sun Mar  9 23:38:55 2008
@@ -21,9 +21,7 @@
 import java.io.StringReader;
 import java.util.Arrays;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 /**
  * CSVParserTest

Modified: 
commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVStrategyTest.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVStrategyTest.java?rev=635453&r1=635452&r2=635453&view=diff
==============================================================================
--- 
commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVStrategyTest.java 
(original)
+++ 
commons/sandbox/csv/trunk/src/test/org/apache/commons/csv/CSVStrategyTest.java 
Sun Mar  9 23:38:55 2008
@@ -18,9 +18,7 @@
 
 import java.io.StringReader;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 /**
  * CSVStrategyTest


Reply via email to