This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 6aa1756 [CSV-249] ArrayIndexOutOfBoundsException when trying to read
record written by CSVPrinter using CSVParser with same format.
6aa1756 is described below
commit 6aa17567501c94e2ed65dc0c2f2ff3c01e534bd5
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 28 13:09:11 2019 -0400
[CSV-249] ArrayIndexOutOfBoundsException when trying to read record
written by CSVPrinter using CSVParser with same format.
Add passing test.
---
.../apache/commons/csv/issues/{JiraCvs249.java => JiraCvs249Test.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/csv/issues/JiraCvs249.java
b/src/test/java/org/apache/commons/csv/issues/JiraCvs249Test.java
similarity index 98%
rename from src/test/java/org/apache/commons/csv/issues/JiraCvs249.java
rename to src/test/java/org/apache/commons/csv/issues/JiraCvs249Test.java
index 108fb6a..a11966c 100644
--- a/src/test/java/org/apache/commons/csv/issues/JiraCvs249.java
+++ b/src/test/java/org/apache/commons/csv/issues/JiraCvs249Test.java
@@ -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 {