test/import/test_syntheyes_import.rb in tracksperanto-1.5.3 vs test/import/test_syntheyes_import.rb in tracksperanto-1.5.4
- old
+ new
@@ -2,10 +2,10 @@
class SyntheyesImportTest < Test::Unit::TestCase
DELTA = 0.9 # our SynthEyes sample is somewhat inaccurate :-P
def test_introspects_properly
i = Tracksperanto::Import::Syntheyes
- assert_equal "Syntheyes tracker export (UV) file", i.human_name
+ assert_equal "Syntheyes 2D tracker paths file", i.human_name
assert !i.autodetects_size?
end
def test_parsing_from_importable
fixture = File.open(File.dirname(__FILE__) + '/samples/shake_tracker_nodes_to_syntheyes.txt')
\ No newline at end of file