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

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/../helper' class Equalizer3ImportTest < Test::Unit::TestCase DELTA = 0.001 @@ -27,6 +28,6 @@ first_kf = first_t[0] assert_equal 22, first_kf.frame assert_in_delta 71.7889, first_kf.abs_x, DELTA assert_in_delta 481.708, first_kf.abs_y, DELTA end -end \ No newline at end of file +end