test/server.rb in mechanize-0.4.4 vs test/server.rb in mechanize-0.4.5

- old
+ new

@@ -9,9 +9,10 @@ :DocumentRoot => base_dir + "/htdocs", :Logger => Logger.new(nil), :AccessLog => Logger.new(nil) ) s.mount("/one_cookie", OneCookieTest) +s.mount("/one_cookie_no_space", OneCookieNoSpacesTest) s.mount("/many_cookies", ManyCookiesTest) s.mount("/many_cookies_as_string", ManyCookiesAsStringTest) s.mount("/send_cookies", SendCookiesTest) s.mount("/form_post", FormTest) s.mount("/form post", FormTest)