Bug #1327
closedCSV unit test failures on windows
Description
=begin
Thought it might be easier to split the csv failures into a separate ticket (see #1326). After r23094, the number of failures has been reduced from 10 to 7.
Finished in 1.521000 seconds.
-
Error:
test_append(TestCSVInterface):
CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1).
C:/Development/src/ruby_trunk/test/csv/test_interface.rb:103:inblock in test_shift' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:102:in
test_shift'
C:/Development/src/ruby_trunk/test/csv/test_interface.rb:252:in `test_append' -
Error:
test_parse(TestCSVInterface):
CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1).
C:/Development/src/ruby_trunk/test/csv/test_interface.rb:58:in `test_parse' -
Error:
test_shift(TestCSVInterface):
CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1).
C:/Development/src/ruby_trunk/test/csv/test_interface.rb:103:inblock in test_shift' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:102:in
test_shift' -
Error:
test_write_hash_with_headers_array(TestCSVInterface):
CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1).
C:/Development/src/ruby_trunk/test/csv/test_interface.rb:194:inblock in test_write_hash_with_headers_array' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:192:in
test_write_hash_with_headers_array' -
Error:
test_write_hash_with_headers_string(TestCSVInterface):
CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1).
C:/Development/src/ruby_trunk/test/csv/test_interface.rb:216:inblock in test_write_hash_with_headers_string' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:213:in
test_write_hash_with_headers_string' -
Error:
test_write_headers(TestCSVInterface):
CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1).
C:/Development/src/ruby_trunk/test/csv/test_interface.rb:241:inblock in test_write_headers' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:238:in
test_write_headers' -
Error:
test_io(TestSerialization):
CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1).
C:/Development/src/ruby_trunk/test/csv/test_serialization.rb:147:in `test_io'
134 tests, 1900 assertions, 0 failures, 7 errors, 0 skips
=end