[DRE-commits] [ruby-net-ldap] 03/04: Drop fix-ruby2-tests path, not needed anymore

Cédric Boutillier boutil at moszumanska.debian.org
Thu Sep 11 21:45:02 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-net-ldap.

commit 86f3def2cbf2d90c523c1f03e625e398c6799226
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Sep 11 23:40:21 2014 +0200

    Drop fix-ruby2-tests path, not needed anymore
---
 debian/patches/fix-ruby2-tests | 20 --------------------
 debian/patches/series          |  1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/fix-ruby2-tests b/debian/patches/fix-ruby2-tests
deleted file mode 100644
index d437a3b..0000000
--- a/debian/patches/fix-ruby2-tests
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Fix ruby 2.0 failing tests
- Fix some tests failing in ruby2.0 due to encoding issues
-
-Bug-Debian: http://bugs.debian.org/720252
-Author: David Suárez <david.sephirot at gmail.com>
-Last-Update: 2013-10-26
-
---- ruby-net-ldap-0.3.1.orig/test/test_snmp.rb
-+++ ruby-net-ldap-0.3.1/test/test_snmp.rb
-@@ -4,8 +4,8 @@ require 'test/common'
- require 'net/snmp'
- 
- class TestSnmp < Test::Unit::TestCase
--  SnmpGetRequest = "0'\002\001\000\004\006public\240\032\002\002?*\002\001\000\002\001\0000\0160\f\006\b+\006\001\002\001\001\001\000\005\000"
--  SnmpGetResponse = "0+\002\001\000\004\006public\242\036\002\002'\017\002\001\000\002\001\0000\0220\020\006\b+\006\001\002\001\001\001\000\004\004test"
-+  SnmpGetRequest = "0'\002\001\000\004\006public\240\032\002\002?*\002\001\000\002\001\0000\0160\f\006\b+\006\001\002\001\001\001\000\005\000".force_encoding("ASCII-8BIT")
-+  SnmpGetResponse = "0+\002\001\000\004\006public\242\036\002\002'\017\002\001\000\002\001\0000\0220\020\006\b+\006\001\002\001\001\001\000\004\004test".force_encoding("ASCII-8BIT")
- 
-   SnmpGetRequestXXX = "0'\002\001\000\004\006xxxxxx\240\032\002\002?*\002\001\000\002\001\0000\0160\f\006\b+\006\001\002\001\001\001\000\005\000"
- 
diff --git a/debian/patches/series b/debian/patches/series
index 10c73a0..bb876ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0003-fix_require_in_tests.patch
-fix-ruby2-tests

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



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