From 08f1bbf9148d0959ec5c1418f69d17dd3273057f Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Fri, 13 Sep 2013 12:18:52 +0000 Subject: [PATCH] Changes in toString broke test cases. Align test data to new toString implementation git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522893 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/resources/CSVFileParser/testCSV85_default.txt | 2 +- src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt | 2 +- src/test/resources/CSVFileParser/test_default.txt | 2 +- src/test/resources/CSVFileParser/test_default_comment.txt | 2 +- src/test/resources/CSVFileParser/test_rfc4180.txt | 2 +- src/test/resources/CSVFileParser/test_rfc4180_trim.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/resources/CSVFileParser/testCSV85_default.txt b/src/test/resources/CSVFileParser/testCSV85_default.txt index 33a58848..2af5f91c 100644 --- a/src/test/resources/CSVFileParser/testCSV85_default.txt +++ b/src/test/resources/CSVFileParser/testCSV85_default.txt @@ -1,5 +1,5 @@ testCSV85.csv CommentStart=# CheckComments -Delimiter=<,> QuoteChar=<"> CommentStart=<#> +Delimiter=<,> QuoteChar=<"> CommentStart=<#> SkipHeaderRecord:false # Comment 1 5:[a, b, c, e, f]#Comment 1 # Very Long diff --git a/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt b/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt index 5f100822..50de55df 100644 --- a/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt +++ b/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt @@ -1,5 +1,5 @@ testCSV85.csv CommentStart=# IgnoreEmpty=true CheckComments -Delimiter=<,> QuoteChar=<"> CommentStart=<#> EmptyLines:ignored +Delimiter=<,> QuoteChar=<"> CommentStart=<#> EmptyLines:ignored SkipHeaderRecord:false # Comment 1 5:[a, b, c, e, f]#Comment 1 # Very Long diff --git a/src/test/resources/CSVFileParser/test_default.txt b/src/test/resources/CSVFileParser/test_default.txt index 1092c738..f4f02267 100644 --- a/src/test/resources/CSVFileParser/test_default.txt +++ b/src/test/resources/CSVFileParser/test_default.txt @@ -1,5 +1,5 @@ test.csv IgnoreEmpty=true -Delimiter=<,> QuoteChar=<"> EmptyLines:ignored +Delimiter=<,> QuoteChar=<"> EmptyLines:ignored SkipHeaderRecord:false 4:[A, B, C, D] 1:[# plain values] 4:[a, b, c, d] diff --git a/src/test/resources/CSVFileParser/test_default_comment.txt b/src/test/resources/CSVFileParser/test_default_comment.txt index faa69266..f8b41590 100644 --- a/src/test/resources/CSVFileParser/test_default_comment.txt +++ b/src/test/resources/CSVFileParser/test_default_comment.txt @@ -1,5 +1,5 @@ test.csv IgnoreEmpty=true CommentStart=# -Delimiter=<,> QuoteChar=<"> CommentStart=<#> EmptyLines:ignored +Delimiter=<,> QuoteChar=<"> CommentStart=<#> EmptyLines:ignored SkipHeaderRecord:false 4:[A, B, C, D] 4:[a, b, c, d] 4:[ e , f , g, h ] diff --git a/src/test/resources/CSVFileParser/test_rfc4180.txt b/src/test/resources/CSVFileParser/test_rfc4180.txt index 2a6fd158..ddbe5c48 100644 --- a/src/test/resources/CSVFileParser/test_rfc4180.txt +++ b/src/test/resources/CSVFileParser/test_rfc4180.txt @@ -1,5 +1,5 @@ test.csv -Delimiter=<,> QuoteChar=<"> +Delimiter=<,> QuoteChar=<"> SkipHeaderRecord:false 4:[A, B, C, D] 1:[# plain values] 4:[a, b, c, d] diff --git a/src/test/resources/CSVFileParser/test_rfc4180_trim.txt b/src/test/resources/CSVFileParser/test_rfc4180_trim.txt index 88d8b0ce..b6c8034e 100644 --- a/src/test/resources/CSVFileParser/test_rfc4180_trim.txt +++ b/src/test/resources/CSVFileParser/test_rfc4180_trim.txt @@ -1,5 +1,5 @@ test.csv IgnoreSpaces=true -Delimiter=<,> QuoteChar=<"> SurroundingSpaces:ignored +Delimiter=<,> QuoteChar=<"> SurroundingSpaces:ignored SkipHeaderRecord:false 4:[A, B, C, D] 1:[# plain values] 4:[a, b, c, d]