File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ public void testSerialization() throws Exception {
321321 assertEquals ("delimiter" , CSVFormat .DEFAULT .getDelimiter (), format .getDelimiter ());
322322 assertEquals ("encapsulator" , CSVFormat .DEFAULT .getQuoteChar (), format .getQuoteChar ());
323323 assertEquals ("comment start" , CSVFormat .DEFAULT .getCommentStart (), format .getCommentStart ());
324- assertEquals ("line separator" , CSVFormat .DEFAULT .getRecordSeparator (), format .getRecordSeparator ());
324+ assertEquals ("record separator" , CSVFormat .DEFAULT .getRecordSeparator (), format .getRecordSeparator ());
325325 assertEquals ("escape" , CSVFormat .DEFAULT .getEscape (), format .getEscape ());
326326 assertEquals ("trim" , CSVFormat .DEFAULT .getIgnoreSurroundingSpaces (), format .getIgnoreSurroundingSpaces ());
327327 assertEquals ("empty lines" , CSVFormat .DEFAULT .getIgnoreEmptyLines (), format .getIgnoreEmptyLines ());
You can’t perform that action at this time.
0 commit comments