From f444c7cd3b069434c451eb644a10f2f1251090fd Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Mon, 10 Mar 2008 06:38:55 +0000 Subject: [PATCH] Removing unused imports git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@635453 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/csv/CSVParserTest.java | 2 -- src/test/org/apache/commons/csv/CSVStrategyTest.java | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/test/org/apache/commons/csv/CSVParserTest.java b/src/test/org/apache/commons/csv/CSVParserTest.java index 76d4cc67..6bca4c7d 100644 --- a/src/test/org/apache/commons/csv/CSVParserTest.java +++ b/src/test/org/apache/commons/csv/CSVParserTest.java @@ -21,9 +21,7 @@ import java.io.Reader; import java.io.StringReader; import java.util.Arrays; -import junit.framework.Test; import junit.framework.TestCase; -import junit.framework.TestSuite; /** * CSVParserTest diff --git a/src/test/org/apache/commons/csv/CSVStrategyTest.java b/src/test/org/apache/commons/csv/CSVStrategyTest.java index b9abadfb..b0f52634 100644 --- a/src/test/org/apache/commons/csv/CSVStrategyTest.java +++ b/src/test/org/apache/commons/csv/CSVStrategyTest.java @@ -18,9 +18,7 @@ package org.apache.commons.csv; import java.io.StringReader; -import junit.framework.Test; import junit.framework.TestCase; -import junit.framework.TestSuite; /** * CSVStrategyTest