test/import/test_syntheyes_import.rb in tracksperanto-2.8.6 vs test/import/test_syntheyes_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 SyntheyesImportTest < Test::Unit::TestCase
DELTA = 0.9 # our SynthEyes sample is somewhat inaccurate :-P
@@ -44,6 +45,6 @@
fixture = File.open(File.dirname(__FILE__) + '/samples/syntheyes_2d_paths/morePoints_sy2010.txt')
trackers = Tracksperanto::Import::Syntheyes.new(:io => fixture, :width => 1920, :height => 1080).to_a
assert_equal 26, trackers.length
end
-end
\ No newline at end of file
+end