~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to test/csv/ts_all.rb

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 11:42:29 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124114229-jw2f87rdxlq6gp11
Tags: 1.9.0.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/local/bin/ruby -w
 
2
 
 
3
# ts_all.rb
 
4
#
 
5
#  Created by James Edward Gray II on 2005-10-31.
 
6
#  Copyright 2005 James Edward Gray II. You can redistribute or modify this code
 
7
#  under the terms of Ruby's license.
 
8
 
 
9
require "test/unit"
 
10
 
 
11
require "tc_csv_parsing"
 
12
require "tc_features"
 
13
require "tc_interface"
 
14
require "tc_csv_writing"
 
15
require "tc_data_converters"
 
16
require "tc_row"
 
17
require "tc_table"
 
18
require "tc_headers"
 
19
require "tc_serialization"