test/test_pipeline.rb in tracksperanto-1.9.2 vs test/test_pipeline.rb in tracksperanto-1.9.3
- old
+ new
@@ -55,10 +55,10 @@
def test_run_with_overridden_importer_and_no_size
FileUtils.cp("./import/samples/shake_script/four_tracks_in_one_stabilizer.shk", "./input.shk")
pipeline = Tracksperanto::Pipeline::Base.new
assert_nothing_raised { pipeline.run("./input.shk", :importer => "Syntheyes", :width => 720, :height => 576) }
- assert_equal 11, Dir.glob("./input*").length, "Eleven files should be present for the input and outputs"
+ assert_equal 12, Dir.glob("./input*").length, "Twelve files should be present for the input and outputs"
end
def test_run_with_overridden_importer_and_size_for_file_that_would_be_recognized_differently
FileUtils.cp("./import/samples/shake_script/four_tracks_in_one_stabilizer.shk", "./input.stabilizer")
pipeline = Tracksperanto::Pipeline::Base.new
\ No newline at end of file