[CSV-249] ArrayIndexOutOfBoundsException when trying to read record

written by CSVPrinter using CSVParser with same format.

Add passing test.
This commit is contained in:
Gary Gregory 2019-09-28 13:09:11 -04:00
parent a23b784c1c
commit 6aa1756750
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.apache.commons.csv.CSVRecord;
import org.junit.Assert;
import org.junit.Test;
public class JiraCvs249 {
public class JiraCvs249Test {
@Test
public void testJiraCsv249() throws IOException {