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
This commit is contained in:
Benedikt Ritter 2013-09-13 12:18:52 +00:00
parent 32e1fb0ce0
commit 08f1bbf914
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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]

View File

@ -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 ]

View File

@ -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]

View File

@ -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]