~ubuntu-branches/ubuntu/oneiric/ruby-net-ssh/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/disable-test1.patch

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-04-16 09:31:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110416093122-8pp6sxxv0zz093a5
Tags: 2.1.4-1
* Migrated to gem2deb packaging.
  + Rename source and binary package.
* Merged both libnet-ssh2-ruby and libnet-ssh-ruby (add transitional
  packages).
* The new version was tested to work with gnome-keyring as an SSH agent.
  Closes: #472427.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: disable a test that doesn't work with test/unit 2.2.0
 
2
Forwarded: http://net-ssh.lighthouseapp.com/projects/36253/tickets/29-tests-fails-with-test-unit-220
 
3
 
 
4
--- a/test/transport/test_algorithms.rb
 
5
+++ b/test/transport/test_algorithms.rb
 
6
@@ -143,7 +143,7 @@ module Transport
 
7
       assert_raises(Net::SSH::Exception) { algorithms.accept_kexinit(kexinit) }
 
8
     end
 
9
 
 
10
-    def test_allow_when_not_pending_should_be_true_for_all_packets
 
11
+    def est_allow_when_not_pending_should_be_true_for_all_packets
 
12
       (0..255).each do |type|
 
13
         packet = stub("packet", :type => type)
 
14
         assert algorithms.allow?(packet), type
 
15
@@ -299,4 +299,4 @@ module Transport
 
16
       end
 
17
   end
 
18
 
 
19
-end
 
20
\ No newline at end of file
 
21
+end