test/server.rb in mechanize-0.4.5 vs test/server.rb in mechanize-0.4.6
- old
+ new
@@ -17,9 +17,10 @@
s.mount("/send_cookies", SendCookiesTest)
s.mount("/form_post", FormTest)
s.mount("/form post", FormTest)
s.mount("/response_code", ResponseCodeTest)
s.mount("/file_upload", FileUploadTest)
+s.mount("/bad_content_type", BadContentTypeTest)
htpasswd = WEBrick::HTTPAuth::Htpasswd.new(base_dir + '/data/htpasswd')
auth = WEBrick::HTTPAuth::BasicAuth.new(
:UserDB => htpasswd,
:Realm => 'mechanize',