COMMIT Reverted d1b01265d29dc55fbd6b2ae5082736f23c7d2e36. http://github.com/rubyspec/rubyspec/commit/a599e557aedf78015e2dd1d170968879bf284041 COMMIT library/uri: insure string-like arguments are accepted for URI.join, URI#merge, URI#route_to, URI#route_from. http://github.com/rubyspec/rubyspec/commit/6d2cbe42a46d689626fe10f0feb8a5334304679f COMMIT library/uri: Basic specs for URI#merge; check that URI() and URI.join accept URI objects [redmine:3505] http://github.com/rubyspec/rubyspec/commit/0cc448295e156259d90b7ad25b478b1e47efd9b4 =================================================================== +++ 20100722T005926 @@ 31838 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/join_spec.rb URI.join +- returns a URI object of the concatenation of a protocol and domain, and a path +- raises an error if given no argument +- doesn't create redundant '/'s +- discards arguments given before an absolute uri +- resolves .. in paths /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/mailto/build_spec.rb URI::Mailto.build - conforms to the MatzRuby tests +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/merge_spec.rb +URI#merge +- returns the receiver and the argument, joined as per URI.join +- accepts URI objects as argument /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/normalize_spec.rb URI#normalize @@ 31886 @@ URI.regexp - behaves according to the MatzRuby tests +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/route_from_spec.rb +URI#route_from +- gives the minimal difference between the current URI and the target +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/route_to_spec.rb +URI#route_to +- gives the minimal difference between the current URI and the target /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/select_spec.rb URI#select @@ 31908 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/uri/uri_spec.rb the URI method - parses a given URI, returning a URI object +- converts its argument with to_str - does not add a URI method to Object instances /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/library/yaml/add_builtin_type_spec.rb @@ 37292 @@ Finished in seconds +3220 files, 13622 examples, expectations, 69 failures, 75 errors exit 1 failed(rubyspec) == end #