[DRE-commits] [SCM] ruby-webmock.git branch, master, updated. upstream/1.11.0-17-g02389a3

Praveen Arimbrathodiyil praveen at debian.org
Sun May 26 13:33:33 UTC 2013


The following commit has been merged in the master branch:
commit 072242b5c42dc3a5582619d2ce2b8afc1eb399e8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun May 26 19:02:18 2013 +0530

    skip patron segfault test

diff --git a/debian/patches/skip-patron-segfault-test.patch b/debian/patches/skip-patron-segfault-test.patch
new file mode 100644
index 0000000..e5a7fc1
--- /dev/null
+++ b/debian/patches/skip-patron-segfault-test.patch
@@ -0,0 +1,10 @@
+--- a/spec/acceptance/patron/patron_spec.rb
++++ b/spec/acceptance/patron/patron_spec.rb
+@@ -39,6 +39,7 @@
+         end
+ 
+         it "should raise same error as Patron if file is not readable for get request" do
++				pending "patron causes ruby segfault, skiping..."
+           stub_request(:get, "www.example.com")
+           File.open("/tmp/read_only_file", "w") do |tmpfile|
+             tmpfile.chmod(0400)

-- 
ruby-webmock.git



More information about the Pkg-ruby-extras-commits mailing list