[libwww-shorten-perl] 07/14: Refresh network_tests.patch (offset).

gregor herrmann gregoa at debian.org
Tue Dec 15 20:00:36 UTC 2015


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 2ca71a9944a33ca5afbd97d03d38a8a2f4d3672e
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 15 20:42:14 2015 +0100

    Refresh network_tests.patch (offset).
---
 debian/patches/network_tests.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/network_tests.patch b/debian/patches/network_tests.patch
index cbebab3..e75e9e9 100644
--- a/debian/patches/network_tests.patch
+++ b/debian/patches/network_tests.patch
@@ -2,7 +2,7 @@ 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-09-17
+Last-Update: 2015-12-15
 
 --- a/t/tinyurl.t
 +++ b/t/tinyurl.t
@@ -11,12 +11,12 @@ Last-Update: 2014-09-17
  BEGIN { use_ok WWW::Shorten::TinyURL };
  
 +SKIP: {
-+    skip 'network testing turned off by default', 5 if $ENV{NO_NETWORK};
++    skip 'network testing turned off by default', 6 if $ENV{NO_NETWORK};
 +
  my $url = 'https://metacpan.org/release/WWW-Shorten';
  my $return = makeashorterlink($url);
- my ($code) = $return =~ /(\w+)$/;
-@@ -17,3 +20,5 @@
+ ok($return, 'not a error') or diag "\$_error_message = $_error_message";
+@@ -20,3 +23,5 @@
  ok($@, 'makeashorterlink fails with no args');
  eval { makealongerlink() };
  ok($@, 'makealongerlink fails with no args');

-- 
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