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
This commit is contained in:
Gary D. Gregory 2013-01-23 16:00:03 +00:00
parent 71a657004e
commit 6447a82f35
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import java.util.List;
import java.util.Map;
import java.util.NoSuchElementException;
import junit.framework.Assert;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;