test/runner.rb in soap4r-1.5.5.20061022 vs test/runner.rb in soap4r-1.5.6

- old
+ new

@@ -1,9 +1,7 @@ require 'test/unit' -STDOUT.sync = true -STDERR.sync = true -rcsid = %w$Id: runner.rb 1520 2005-04-27 14:56:40Z nahi $ +rcsid = %w$Id: runner.rb 1751 2007-05-02 08:15:55Z nahi $ Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze Release = rcsid[3].freeze exit Test::Unit::AutoRunner.run(true, File.dirname($0))