test/server.rb in mechanize-0.5.3 vs test/server.rb in mechanize-0.5.4

- old
+ new

@@ -20,9 +20,10 @@ s.mount("/form post", FormTest) s.mount("/response_code", ResponseCodeTest) s.mount("/file_upload", FileUploadTest) s.mount("/bad_content_type", BadContentTypeTest) s.mount("/content_type_test", ContentTypeTest) +s.mount("/gzip", GzipServlet) htpasswd = WEBrick::HTTPAuth::Htpasswd.new(base_dir + '/data/htpasswd') auth = WEBrick::HTTPAuth::BasicAuth.new( :UserDB => htpasswd, :Realm => 'mechanize',