OlderDiff < 20101210T013344Z < ThisDiff > 20101211T012530Z > NewerDiff
COMMIT Follow MRI r30154: remove Net::HTTP#version_1_1. COMMIT Follow MRI r29932 [ruby-core:33338] =================================================================== +++ 20101211T012530Z @@ 61691 @@ ruby <version> /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb +Net::HTTP.get when passed URI +- yields each read part of the body to the passed block when passed a block (ERROR - <n>) Net::HTTP.get when passed URI when passed URI - returns the body of the specified uri @@ 61705 @@ <n>) +Net::HTTP.get when passed URI yields each read part of the body to the passed block when passed a block ERROR +NoMethodError: undefined method `get' for nil:NilClass +/home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb:48 /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb:3:in `all?' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 61720 @@ /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb:5 /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 61735 @@ Finished in <t> seconds +1 file, 4 examples, <num> expectations, 0 failures, 1 error exit 1 +failed(rubyspec/library/net/http/http/get_spec.rb) == rubyspec/library/net/http/http/head2_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/bin/ruby rubyspec/library/net/http/http/head2_spec.rb ruby <version> =================================================================== --- 20101210T013344Z @@ 62396 @@ Net::HTTP.get when passed URI when passed path in version 1.1 mode - returns the response and the body for the passed path -- yields each read part of the body to the passed block when passed a block Finished in <t> seconds
OlderDiff < 20101210T013344Z < ThisDiff > 20101211T012530Z > NewerDiff