We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0532c commit f706da9Copy full SHA for f706da9
2 files changed
src/test/java/org/apache/commons/csv/CSVParserTest.java
@@ -293,7 +293,6 @@ public void testCSV141CSVFormat_ORACLE() throws Exception {
293
testCSV141Failure(CSVFormat.ORACLE, 2);
294
}
295
296
-
297
@Test
298
public void testCSV141CSVFormat_POSTGRESQL_CSV() throws Exception {
299
testCSV141Failure(CSVFormat.POSTGRESQL_CSV, 3);
src/test/java/org/apache/commons/csv/CSVPrinterTest.java
@@ -1644,7 +1644,6 @@ public void testRandomPostgreSqlText() throws Exception {
1644
doRandom(CSVFormat.POSTGRESQL_TEXT, ITERATIONS_FOR_RANDOM_TEST);
1645
1646
1647
1648
1649
public void testRandomRfc4180() throws Exception {
1650
doRandom(CSVFormat.RFC4180, ITERATIONS_FOR_RANDOM_TEST);
0 commit comments