[libfinance-quotehist-perl] 06/07: Drop t_10_quotes_tcount.patch, relevant part merged upstream.

gregor herrmann gregoa at debian.org
Thu May 21 19:05:06 UTC 2015


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

gregoa pushed a commit to branch master
in repository libfinance-quotehist-perl.

commit afa0a043176675c38ddee2c7c277207303dc396e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu May 21 21:01:19 2015 +0200

    Drop t_10_quotes_tcount.patch, relevant part merged upstream.
---
 debian/patches/series                   |  1 -
 debian/patches/t_10_quotes_tcount.patch | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 56e2dca..86215b0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 disable_network_tests.patch
-t_10_quotes_tcount.patch
diff --git a/debian/patches/t_10_quotes_tcount.patch b/debian/patches/t_10_quotes_tcount.patch
deleted file mode 100644
index e4f639d..0000000
--- a/debian/patches/t_10_quotes_tcount.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: fix tests without network
- without $tcount, we get:
- skip() needs to know $how_many tests are in the block at t/10_quotes.t line 11
- remove duplicate use()es while we're here
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-05-12
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104358
-Bug: https://rt.cpan.org/Ticket/Display.html?id=104358
-
---- a/t/10_quotes.t
-+++ b/t/10_quotes.t
-@@ -1,8 +1,6 @@
--use FindBin;
--use lib $FindBin::RealBin;
--use testload;
--
--use Test::More tests => 16;
-+my $tcount;
-+BEGIN { $tcount = 16 }
-+use Test::More tests => $tcount;
- 
- use FindBin;
- use lib $FindBin::RealBin;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfinance-quotehist-perl.git



More information about the Pkg-perl-cvs-commits mailing list