r64352 - in /trunk/libbusiness-onlinepayment-ippay-perl: debian/changelog debian/patches/ debian/patches/no-connectivity.patch debian/patches/series t/card.t t/check.t

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Oct 28 13:02:12 UTC 2010


Author: periapt-guest
Date: Thu Oct 28 13:00:40 2010
New Revision: 64352

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64352
Log:
Reviewed patch (and converted from diff format)

Added:
    trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/
    trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/no-connectivity.patch
    trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/series
Modified:
    trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog
    trunk/libbusiness-onlinepayment-ippay-perl/t/card.t
    trunk/libbusiness-onlinepayment-ippay-perl/t/check.t

Modified: trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog?rev=64352&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog (original)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog Thu Oct 28 13:00:40 2010
@@ -10,6 +10,7 @@
   * Added myself to Uploaders
   * Rewrote short and long descriptions
   * Refreshed copyright
+  * Reviewed patch (and converted from diff format)
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 27 Oct 2010 22:33:35 +0100
 

Added: trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/no-connectivity.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/no-connectivity.patch?rev=64352&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/no-connectivity.patch (added)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/no-connectivity.patch Thu Oct 28 13:00:40 2010
@@ -1,0 +1,31 @@
+Subject: Skip tests requiring connectivity
+Author: Ivan Kohler <ivan-debian at 420.am>
+Forwarded: not-needed
+Reviewed-By: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 2010-10-28
+--- libbusiness-onlinepayment-ippay-perl-0.05.orig/t/card.t
++++ libbusiness-onlinepayment-ippay-perl-0.05/t/card.t
+@@ -1,11 +1,11 @@
+ #!/usr/bin/perl -w
+ 
+-use Test::More;
++use Test::More skip_all => 'Skip network tests in Debian build';
+ 
+ my($login, $password, @opts) = ('TESTMERCHANT', '',
+                                 'default_Origin' => 'RECURRING' );
+ plan tests => 43;
+-  
++
+ use_ok 'Business::OnlinePayment';
+ 
+ my %content = (
+--- libbusiness-onlinepayment-ippay-perl-0.05.orig/t/check.t
++++ libbusiness-onlinepayment-ippay-perl-0.05/t/check.t
+@@ -1,6 +1,6 @@
+ #!/usr/bin/perl -w
+ 
+-use Test::More;
++use Test::More skip_all => 'Skip network tests in Debian build';
+ 
+ my($login, $password, %opt) = ('TESTMERCHANT', '', 'Origin' => 'RECURRING' );
+ plan tests => 16;

Added: trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/series?rev=64352&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/series (added)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/patches/series Thu Oct 28 13:00:40 2010
@@ -1,0 +1,1 @@
+no-connectivity.patch

Modified: trunk/libbusiness-onlinepayment-ippay-perl/t/card.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/t/card.t?rev=64352&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/t/card.t (original)
+++ trunk/libbusiness-onlinepayment-ippay-perl/t/card.t Thu Oct 28 13:00:40 2010
@@ -1,11 +1,11 @@
 #!/usr/bin/perl -w
 
-use Test::More skip_all => 'Skip network tests in Debian build';
+use Test::More;
 
 my($login, $password, @opts) = ('TESTMERCHANT', '',
                                 'default_Origin' => 'RECURRING' );
 plan tests => 43;
-
+  
 use_ok 'Business::OnlinePayment';
 
 my %content = (

Modified: trunk/libbusiness-onlinepayment-ippay-perl/t/check.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/t/check.t?rev=64352&op=diff
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/t/check.t (original)
+++ trunk/libbusiness-onlinepayment-ippay-perl/t/check.t Thu Oct 28 13:00:40 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 
-use Test::More skip_all => 'Skip network tests in Debian build';
+use Test::More;
 
 my($login, $password, %opt) = ('TESTMERCHANT', '', 'Origin' => 'RECURRING' );
 plan tests => 16;




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