[CSV-249] ArrayIndexOutOfBoundsException when trying to read record
written by CSVPrinter using CSVParser with same format. Add passing test.
This commit is contained in:
parent
a23b784c1c
commit
6aa1756750
|
@ -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 {
|
Loading…
Reference in New Issue