[DRE-commits] [ruby-net-ssh] 02/07: Drop 'fix-test-inheritance' patch

David Suárez deiv-guest at moszumanska.debian.org
Sat Oct 4 23:42:30 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-net-ssh.

commit 96fa1a240e2f2332c6736dcbf044b52158ed1154
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Oct 5 01:24:59 2014 +0200

    Drop 'fix-test-inheritance' patch
---
 debian/patches/fix-test-inheritance.patch | 30 ------------------------------
 debian/patches/series                     |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/fix-test-inheritance.patch b/debian/patches/fix-test-inheritance.patch
deleted file mode 100644
index 39e3a1f..0000000
--- a/debian/patches/fix-test-inheritance.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Fix some tests that don't require the needed files
- Some tests use inheritance but forget to require the parent test file.
-Author: Paul van Tilburg <paulvt at debian.org>
-Forwarded: not-needed
-
---- a/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb
-+++ b/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb
-@@ -1,5 +1,6 @@
- require 'common'
- require 'net/ssh/transport/kex/diffie_hellman_group_exchange_sha1'
-+require 'transport/kex/test_diffie_hellman_group_exchange_sha1'
- 
- module Transport; module Kex
- 
---- a/test/transport/kex/test_ecdh_sha2_nistp384.rb
-+++ b/test/transport/kex/test_ecdh_sha2_nistp384.rb
-@@ -1,4 +1,5 @@
- require 'openssl'
-+require 'transport/kex/test_ecdh_sha2_nistp256'
- 
- unless defined?(OpenSSL::PKey::EC)
-   puts "Skipping tests for ecdh-sha2-nistp384 key exchange"
---- a/test/transport/kex/test_ecdh_sha2_nistp521.rb
-+++ b/test/transport/kex/test_ecdh_sha2_nistp521.rb
-@@ -1,4 +1,5 @@
- require 'openssl'
-+require 'transport/kex/test_ecdh_sha2_nistp256'
- 
- unless defined?(OpenSSL::PKey::EC)
-   puts "Skipping tests for ecdh-sha2-nistp521 key exchange"
diff --git a/debian/patches/series b/debian/patches/series
index a3a906c..843ff73 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 disable-rubygems-in-tests.patch
-fix-test-inheritance.patch
 skip-test-broken-on-1.8.patch

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



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