test/import/test_pftrack_import.rb in tracksperanto-2.6.3 vs test/import/test_pftrack_import.rb in tracksperanto-2.7.0

- old
+ new

@@ -71,10 +71,10 @@ end def test_stereoscopy fixture = File.open(File.dirname(__FILE__) + '/samples/pftrack5/stereo.2dt') parser = Tracksperanto::Import::PFTrack.new(:io => fixture, :width => 1920, :height => 1080) - acc = Tracksperanto::Accumulator.new + acc = Obuf.new parser.each{|t| acc << t } assert_equal 1690, acc.size, "Should have recovered 1690 trackers" assert_equal "Auto_00001_Primary", acc[0].name assert_equal "Auto_00001_Secondary", acc[1].name \ No newline at end of file