From ef990446737fc7923aed358e5b2c618a77a12d65 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 25 Dec 2010 13:49:14 +0000 Subject: * test/csv: DifferentOFS needs to be include in each classes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/csv/test_features.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/csv/test_features.rb') diff --git a/test/csv/test_features.rb b/test/csv/test_features.rb index 747c6a11d4..70ba39d0fe 100755 --- a/test/csv/test_features.rb +++ b/test/csv/test_features.rb @@ -12,6 +12,8 @@ require "zlib" require_relative "base" class TestCSV::Features < TestCSV + include DifferentOFS + TEST_CASES = [ [%Q{a,b}, ["a", "b"]], [%Q{a,"""b"""}, ["a", "\"b\""]], [%Q{a,"""b"}, ["a", "\"b"]], -- cgit v1.2.3