[libwww-shorten-perl] 03/04: Update patch network_tests.patch.

gregor herrmann gregoa at debian.org
Wed Sep 17 16:56:13 UTC 2014


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

gregoa pushed a commit to branch master
in repository libwww-shorten-perl.

commit fe6e2e8b502f80f4f0276e79988b4d6976aef07a
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 17 18:53:47 2014 +0200

    Update patch network_tests.patch.
    
    Drop hunk which touched to rewritten t/metamark.t.
---
 debian/patches/network_tests.patch | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/debian/patches/network_tests.patch b/debian/patches/network_tests.patch
index 9e4491a..19bcd89 100644
--- a/debian/patches/network_tests.patch
+++ b/debian/patches/network_tests.patch
@@ -2,26 +2,8 @@ Subject: skipping tests that depend on the netork
 Forwarded: not-needed
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-05-10
+Last-Update: 2014-09-17
 
---- a/t/metamark.t
-+++ b/t/metamark.t
-@@ -2,6 +2,9 @@
- 
- BEGIN { use_ok WWW::Shorten::Metamark };
- 
-+SKIP: {
-+    skip 'network testing turned off by default', 6 if not $ENV{NETWORK_TESTING};
-+
- my $url = 'http://dave.org.uk/';
- my $short = makeashorterlink( $url );
- ok((defined $short), 'Reasonable response');
-@@ -16,3 +19,5 @@
- ok($@);
- eval { makealongerlink() };
- ok($@);
-+
-+}
 --- a/t/tinyurl.t
 +++ b/t/tinyurl.t
 @@ -2,6 +2,9 @@

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



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