[DRE-commits] [ruby-net-http-persistent] 03/04: Refresh local patches

zeha at debian.org zeha at debian.org
Wed Jan 6 01:25:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository ruby-net-http-persistent.

commit 783a4e9bab2150109013006d7b1cfd0dba05cdd5
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Jan 6 01:18:51 2016 +0000

    Refresh local patches
---
 debian/patches/skip_tests_requiring_net_connectivity | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/skip_tests_requiring_net_connectivity b/debian/patches/skip_tests_requiring_net_connectivity
index e105bf9..cbeacc1 100644
--- a/debian/patches/skip_tests_requiring_net_connectivity
+++ b/debian/patches/skip_tests_requiring_net_connectivity
@@ -7,9 +7,9 @@ Description: Fix FTBFS when built with no network access
 
 Index: ruby-net-http-persistent/test/test_net_http_persistent.rb
 ===================================================================
---- ruby-net-http-persistent.orig/test/test_net_http_persistent.rb	2012-07-25 17:37:02.000000000 -0500
-+++ ruby-net-http-persistent/test/test_net_http_persistent.rb	2012-08-09 18:45:55.000000000 -0500
-@@ -354,6 +354,7 @@
+--- ruby-net-http-persistent.orig/test/test_net_http_persistent.rb
++++ ruby-net-http-persistent/test/test_net_http_persistent.rb
+@@ -439,6 +439,7 @@ class TestNetHttpPersistent < Minitest::
    end
  
    def test_connection_for_http_class_with_fakeweb
@@ -17,7 +17,7 @@ Index: ruby-net-http-persistent/test/test_net_http_persistent.rb
      Object.send :const_set, :FakeWeb, nil
      c = @http.connection_for @uri
      assert_instance_of Net::HTTP, c
-@@ -364,6 +365,7 @@
+@@ -449,6 +450,7 @@ class TestNetHttpPersistent < Minitest::
    end
  
    def test_connection_for_http_class_with_webmock
@@ -25,7 +25,7 @@ Index: ruby-net-http-persistent/test/test_net_http_persistent.rb
      Object.send :const_set, :WebMock, nil
      c = @http.connection_for @uri
      assert_instance_of Net::HTTP, c
-@@ -385,6 +387,7 @@
+@@ -480,6 +482,7 @@ class TestNetHttpPersistent < Minitest::
    end
  
    def test_connection_for_no_ssl_reuse

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-net-http-persistent.git



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