Skip to content

Commit 6447a82

Browse files
committed
JUnit 3 -> 4: replace import of junit.framework.Assert with org.junit.Assert.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1437517 13f79535-47bb-0310-9956-ffa450edef68
1 parent 71a6570 commit 6447a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import java.util.Map;
3939
import java.util.NoSuchElementException;
4040

41-
import junit.framework.Assert;
41+
import org.junit.Assert;
4242

4343
import org.junit.Ignore;
4444
import org.junit.Test;

0 commit comments

Comments
 (0)