test/import/test_3de_import.rb in tracksperanto-2.8.6 vs test/import/test_3de_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 EqualizerImportTest < Test::Unit::TestCase DELTA = 0.001 @@ -23,6 +24,6 @@ first_kf = first_t[0] assert_in_delta 407.384758225105315, first_kf.abs_x, DELTA assert_in_delta 232.449011732690479, first_kf.abs_y, DELTA assert_equal 39, first_kf.frame end -end \ No newline at end of file +end