[DRE-commits] [SCM] ruby-net-ssh.git branch, master, updated. debian/1%2.5.2-2-14-g919d107

Laurent Bigonville bigon at bigon.be
Sat Jul 6 19:25:07 UTC 2013


The following commit has been merged in the master branch:
commit 9125dfcc6c36d4b036a0a60ecf3a01d021aa9779
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Tue Jul 2 15:30:16 2013 +0200

    Drop disable-test1.patch: The test is passing with ruby-test-unit 2.5.5
    
    * debian/patches:
      - Drop disable-test1.patch: The test is passing with ruby-test-unit 2.5.5

diff --git a/debian/changelog b/debian/changelog
index 355f73a..003e71d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ ruby-net-ssh (1:2.6.7-1) UNRELEASED; urgency=low
   * debian/patches/skip-test-broken-on-1.8.patch: Also disable
     test_from_should_measure_bytesize_of_utf_8_string_correctly check with
     ruby 1.8
+  * debian/patches:
+    - Drop disable-test1.patch: The test is passing with ruby-test-unit 2.5.5
 
  -- Laurent Bigonville <bigon at debian.org>  Tue, 02 Jul 2013 14:15:24 +0200
 
diff --git a/debian/patches/disable-test1.patch b/debian/patches/disable-test1.patch
deleted file mode 100644
index fbb389a..0000000
--- a/debian/patches/disable-test1.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: disable a test that doesn't work with test/unit 2.2.0
-Forwarded: http://net-ssh.lighthouseapp.com/projects/36253/tickets/29-tests-fails-with-test-unit-220
-
---- a/test/transport/test_algorithms.rb
-+++ b/test/transport/test_algorithms.rb
-@@ -143,7 +143,7 @@ module Transport
-       assert_raises(Net::SSH::Exception) { algorithms.accept_kexinit(kexinit) }
-     end
- 
--    def test_allow_when_not_pending_should_be_true_for_all_packets
-+    def est_allow_when_not_pending_should_be_true_for_all_packets
-       (0..255).each do |type|
-         packet = stub("packet", :type => type)
-         assert algorithms.allow?(packet), type.to_s

-- 
ruby-net-ssh.git



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