From 29ba327bd16fd7eb7114050724e4784bdcaac83a Mon Sep 17 00:00:00 2001 From: jeg2 Date: Tue, 25 Dec 2007 02:46:26 +0000 Subject: * lib/csv.rb: Import the FasterCSV source as the new CSV class. * test/csv/*: Added all applicable tests from FasterCSV. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/csv/ts_all.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/csv/ts_all.rb (limited to 'test/csv/ts_all.rb') diff --git a/test/csv/ts_all.rb b/test/csv/ts_all.rb new file mode 100644 index 0000000000..c930523757 --- /dev/null +++ b/test/csv/ts_all.rb @@ -0,0 +1,19 @@ +#!/usr/local/bin/ruby -w + +# ts_all.rb +# +# Created by James Edward Gray II on 2005-10-31. +# Copyright 2005 James Edward Gray II. You can redistribute or modify this code +# under the terms of Ruby's license. + +require "test/unit" + +require "tc_csv_parsing" +require "tc_features" +require "tc_interface" +require "tc_csv_writing" +require "tc_data_converters" +require "tc_row" +require "tc_table" +require "tc_headers" +require "tc_serialization" -- cgit v1.2.3