test/import/test_nuke_import.rb in tracksperanto-2.8.6 vs test/import/test_nuke_import.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/../helper' class NukeImportTest < Test::Unit::TestCase DELTA = 0.01 @@ -109,6 +110,6 @@ tuples_x = [[1, 125], [3, 234], [5, 456], [9,876]] tuples_y = [[2, 437], [3, 123], [6, 432], [9, 430]] result = Tracksperanto::Import::NukeScript.new(:io => StringIO.new).send(:zip_curve_tuples, tuples_x, tuples_y) assert_equal [[3, 234, 123], [9, 876, 430]], result end -end \ No newline at end of file +end