test/import/test_pftrack_import.rb in tracksperanto-2.8.6 vs test/import/test_pftrack_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 PFTrackImportTest < Test::Unit::TestCase
DELTA = 0.1
@@ -89,6 +90,6 @@
assert_in_delta 1335.609, acc[19][0].abs_x, DELTA
assert_equal "Auto_00021_Primary", acc[20].name
assert_equal 0, acc[20].length
end
-end
\ No newline at end of file
+end