r42360 - /trunk/libcddb-perl/debian/patches/disable-internet-tests.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Aug 21 21:38:03 UTC 2009


Author: jawnsy-guest
Date: Fri Aug 21 21:37:51 2009
New Revision: 42360

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42360
Log:
Move the test planning to its own 'plan' line

Modified:
    trunk/libcddb-perl/debian/patches/disable-internet-tests.t

Modified: trunk/libcddb-perl/debian/patches/disable-internet-tests.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/patches/disable-internet-tests.t?rev=42360&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/patches/disable-internet-tests.t (original)
+++ trunk/libcddb-perl/debian/patches/disable-internet-tests.t Fri Aug 21 21:37:51 2009
@@ -7,7 +7,14 @@
 Author: Jonathan Yu <frequency at cpan.org>
 --- a/t/01_cddb.t
 +++ b/t/01_cddb.t
-@@ -14,6 +14,10 @@
+@@ -8,12 +8,18 @@
+ 
+ use strict;
+ use CDDB;
+-use Test::More tests => 25;
++use Test::More;
+ 
+ BEGIN {
  	select(STDOUT); $|=1;
  };
  
@@ -15,6 +22,8 @@
 +  plan skip_all => 'Set HAS_INTERNET to enable live tests';
 +}
 +
++plan tests => 25;
++
  my ($i, $result);
  
  ### test connecting




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