[DRE-commits] [ruby-em-http-request] 06/09: WEbrick change
Jonas Genannt
jonas at brachium-system.net
Thu Feb 27 09:35:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-em-http-request.
commit 479445469f76fedd9417adbb78015d462b2a9b67
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Thu Feb 27 10:23:59 2014 +0100
WEbrick change
---
debian/patches/change_mongrel_to_webrick.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/change_mongrel_to_webrick.patch b/debian/patches/change_mongrel_to_webrick.patch
index 4a0d544..c4b1a00 100644
--- a/debian/patches/change_mongrel_to_webrick.patch
+++ b/debian/patches/change_mongrel_to_webrick.patch
@@ -44,3 +44,14 @@ Forwarded: not-needed
EventMachine.stop
}
}
+--- a/spec/dns_spec.rb
++++ b/spec/dns_spec.rb
+@@ -7,7 +7,7 @@ describe EventMachine::HttpRequest do
+ http = EventMachine::HttpRequest.new('http://127.0.0.1:8090/redirect/badhost', :connect_timeout => 0.1).get :redirects => 1
+ http.callback { failed(http) }
+ http.errback {
+- http.error.should match('unable to resolve server address')
++ http.error.should match('connection closed by server')
+ EventMachine.stop
+ }
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-em-http-request.git
More information about the Pkg-ruby-extras-commits
mailing list