Skip to content

Commit 6aa1756

Browse files
author
Gary Gregory
committed
[CSV-249] ArrayIndexOutOfBoundsException when trying to read record
written by CSVPrinter using CSVParser with same format. Add passing test.
1 parent a23b784 commit 6aa1756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/issues/JiraCvs249.java renamed to src/test/java/org/apache/commons/csv/issues/JiraCvs249Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.junit.Assert;
3030
import org.junit.Test;
3131

32-
public class JiraCvs249 {
32+
public class JiraCvs249Test {
3333

3434
@Test
3535
public void testJiraCsv249() throws IOException {

0 commit comments

Comments
 (0)