mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-09 11:35:26 +00:00
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:
parent
2f2d9aa780
commit
9c43ad3afb
@ -77,7 +77,7 @@ public class CSVPrinterTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testPrinterQuoteAll() throws IOException {
|
||||
public void testQuoteAll() throws IOException {
|
||||
final StringWriter sw = new StringWriter();
|
||||
final CSVPrinter printer = new CSVPrinter(sw, CSVFormat.DEFAULT.withQuotePolicy(Quote.ALL));
|
||||
printer.printRecord("a", "b\nc", "d");
|
||||
|
Loading…
x
Reference in New Issue
Block a user