test/printers_test.rb in ruby-prof-0.15.7 vs test/printers_test.rb in ruby-prof-0.15.8

- old
+ new

@@ -54,10 +54,10 @@ printer = RubyProf::CallStackPrinter.new(@result) File.open("#{output_dir}/stack.html", "w") {|f| printer.print(f, :application => "primes")} printer = RubyProf::MultiPrinter.new(@result) printer.print(:path => "#{output_dir}", :profile => "multi", :application => "primes") - for file in ['empty.png', 'graph.dot', 'minus.png', 'multi.flat.txt', 'multi.graph.html', 'multi.grind.dat', 'multi.stack.html', 'plus.png', 'stack.html'] + for file in ['graph.dot', 'multi.flat.txt', 'multi.graph.html', 'multi.grind.dat', 'multi.stack.html', 'stack.html'] existant_file = output_dir + '/' + file assert File.size(existant_file) > 0 end end end