test/rbbt/util/test_excel2tsv.rb in rbbt-util-3.1.0 vs test/rbbt/util/test_excel2tsv.rb in rbbt-util-3.2.0

- old
+ new

@@ -1,10 +1,10 @@ require File.expand_path(File.dirname(__FILE__) + '/../../test_helper') require 'rbbt/util/excel2tsv' class TestTSV < Test::Unit::TestCase def test_tsv2excel - tsv = TSV.excel2tsv(test_datafile('Test.xls'), :header => true) + tsv = TSV.excel2tsv(datafile_test('Test.xls'), :header => true) assert_equal 'Id', tsv.key_field end end