You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/29 02:46:54 UTC

svn commit: r1306662 - in /commons/proper/csv/trunk/src/test/resources/CSVFileParser: testCSV85.csv testCSV85_default.txt testCSV85_ignoreEmpty.txt

Author: sebb
Date: Thu Mar 29 00:46:54 2012
New Revision: 1306662

URL: http://svn.apache.org/viewvc?rev=1306662&view=rev
Log:
Initial tests for CSV-85 - to be updated when issue is implemented

Added:
    commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85.csv
    commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_default.txt   (with props)
    commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt   (with props)

Added: commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85.csv
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85.csv?rev=1306662&view=auto
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85.csv (added)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85.csv Thu Mar 29 00:46:54 2012
@@ -0,0 +1,9 @@
+# Comment 1
+a,b,c,e,f
+# Very Long
+# Comment 2
+g,h,i,j,k
+# Very Long
+
+# Comment 3
+l,m,n,o,p
\ No newline at end of file

Added: commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_default.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_default.txt?rev=1306662&view=auto
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_default.txt (added)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_default.txt Thu Mar 29 00:46:54 2012
@@ -0,0 +1,10 @@
+testCSV85.csv CommentStart=#
+Delimiter=<,> Encapsulator=<"> CommentStart=<#>
+5:[a, b, c, e, f]
+# Very Long
+# Comment 2
+5:[g, h, i, j, k]
+# Very Long
+1:[]
+# Comment 3
+5:[l, m, n, o, p]
\ No newline at end of file

Propchange: commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_default.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt?rev=1306662&view=auto
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt (added)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt Thu Mar 29 00:46:54 2012
@@ -0,0 +1,10 @@
+testCSV85.csv CommentStart=#
+Delimiter=<,> Encapsulator=<"> CommentStart=<#>
+5:[a, b, c, e, f]
+# Very Long
+# Comment 2
+5:[g, h, i, j, k]
+# Very Long
+1:[]
+# Comment 3
+5:[l, m, n, o, p]
\ No newline at end of file

Propchange: commons/proper/csv/trunk/src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt
------------------------------------------------------------------------------
    svn:eol-style = native