Rename test method.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-14 21:02:36 +00:00
parent 2f2d9aa780
commit 9c43ad3afb

View File

@ -77,7 +77,7 @@ public class CSVPrinterTest {
} }
@Test @Test
public void testPrinterQuoteAll() throws IOException { public void testQuoteAll() throws IOException {
final StringWriter sw = new StringWriter(); final StringWriter sw = new StringWriter();
final CSVPrinter printer = new CSVPrinter(sw, CSVFormat.DEFAULT.withQuotePolicy(Quote.ALL)); final CSVPrinter printer = new CSVPrinter(sw, CSVFormat.DEFAULT.withQuotePolicy(Quote.ALL));
printer.printRecord("a", "b\nc", "d"); printer.printRecord("a", "b\nc", "d");