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:45:39 UTC

svn commit: r1306661 - in /commons/proper/csv/trunk/src/test/resources/CSVFileParser: test.csv test_default.txt test_rfc4180.txt test_rfc4180_trim.txt

Author: sebb
Date: Thu Mar 29 00:45:39 2012
New Revision: 1306661

URL: http://svn.apache.org/viewvc?rev=1306661&view=rev
Log:
More blank line tests

Modified:
    commons/proper/csv/trunk/src/test/resources/CSVFileParser/test.csv
    commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default.txt
    commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180.txt
    commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180_trim.txt

Modified: commons/proper/csv/trunk/src/test/resources/CSVFileParser/test.csv
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/test.csv?rev=1306661&r1=1306660&r2=1306661&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/test.csv (original)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/test.csv Thu Mar 29 00:45:39 2012
@@ -9,6 +9,8 @@ a,b,c,d
 ,,,
 # empty quoted values
 "","","",""
-# empty line
+# 3 empty lines
+
+
 
 # EOF on next line

Modified: commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default.txt?rev=1306661&r1=1306660&r2=1306661&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default.txt (original)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default.txt Thu Mar 29 00:45:39 2012
@@ -11,5 +11,5 @@ Delimiter=<,> Encapsulator=<"> EmptyLine
 4:[, , , ]
 1:[# empty quoted values]
 4:[, , , ]
-1:[# empty line]
+1:[# 3 empty lines]
 1:[# EOF on next line]
\ No newline at end of file

Modified: commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180.txt?rev=1306661&r1=1306660&r2=1306661&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180.txt (original)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180.txt Thu Mar 29 00:45:39 2012
@@ -11,6 +11,8 @@ Delimiter=<,> Encapsulator=<">
 4:[, , , ]
 1:[# empty quoted values]
 4:[, , , ]
-1:[# empty line]
+1:[# 3 empty lines]
+1:[]
+1:[]
 1:[]
 1:[# EOF on next line]
\ No newline at end of file

Modified: commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180_trim.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180_trim.txt?rev=1306661&r1=1306660&r2=1306661&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180_trim.txt (original)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_rfc4180_trim.txt Thu Mar 29 00:45:39 2012
@@ -11,6 +11,8 @@ Delimiter=<,> Encapsulator=<"> Surroundi
 4:[, , , ]
 1:[# empty quoted values]
 4:[, , , ]
-1:[# empty line]
+1:[# 3 empty lines]
+1:[]
+1:[]
 1:[]
 1:[# EOF on next line]
\ No newline at end of file