Skip to content

Commit 9c43ad3

Browse files
committed
Rename test method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398134 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2f2d9aa commit 9c43ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void testPrinter5() throws IOException {
7777
}
7878

7979
@Test
80-
public void testPrinterQuoteAll() throws IOException {
80+
public void testQuoteAll() throws IOException {
8181
final StringWriter sw = new StringWriter();
8282
final CSVPrinter printer = new CSVPrinter(sw, CSVFormat.DEFAULT.withQuotePolicy(Quote.ALL));
8383
printer.printRecord("a", "b\nc", "d");

0 commit comments

Comments
 (0)