File: disable-test1.patch

package info (click to toggle)
ruby-net-ssh 1%3A2.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,252 kB
  • sloc: ruby: 12,000; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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