summaryrefslogtreecommitdiff
path: root/trunk/test/csv/ts_all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/test/csv/ts_all.rb')
-rw-r--r--trunk/test/csv/ts_all.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/trunk/test/csv/ts_all.rb b/trunk/test/csv/ts_all.rb
deleted file mode 100644
index c930523757..0000000000
--- a/trunk/test/csv/ts_all.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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"