test/import/test_boujou_import.rb in tracksperanto-2.8.6 vs test/import/test_boujou_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 BoujouImportTest < Test::Unit::TestCase
DELTA = 0.1
@@ -24,6 +25,6 @@
kf = tracker1[0]
assert_in_delta 306.906, kf.abs_x, DELTA
assert_in_delta 40.79, kf.abs_y, DELTA
end
-end
\ No newline at end of file
+end