Skip to content

Commit fc2848b

Browse files
committed
Enable some CSVPrinterTest tests
* testJira135_part1 * testJira135_part3 * testRandomPostgreSqlText
1 parent 5433169 commit fc2848b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/test/java/org/apache/commons/csv/CSVPrinterTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,6 @@ public void testJdbcPrinterWithResultSetMetaData() throws IOException, ClassNotF
732732
}
733733

734734
@Test
735-
@Disabled
736735
public void testJira135_part1() throws IOException {
737736
final CSVFormat format = CSVFormat.DEFAULT.withRecordSeparator('\n').withQuote(DQUOTE_CHAR).withEscape(BACKSLASH);
738737
final StringWriter sw = new StringWriter();
@@ -764,7 +763,6 @@ public void testJira135_part2() throws IOException {
764763
}
765764

766765
@Test
767-
@Disabled
768766
public void testJira135_part3() throws IOException {
769767
final CSVFormat format = CSVFormat.DEFAULT.withRecordSeparator('\n').withQuote(DQUOTE_CHAR).withEscape(BACKSLASH);
770768
final StringWriter sw = new StringWriter();
@@ -1631,7 +1629,6 @@ public void testRandomPostgreSqlCsv() throws Exception {
16311629
}
16321630

16331631
@Test
1634-
@Disabled
16351632
public void testRandomPostgreSqlText() throws Exception {
16361633
doRandom(CSVFormat.POSTGRESQL_TEXT, ITERATIONS_FOR_RANDOM_TEST);
16371634
}

0 commit comments

Comments
 (0)