r25973 - /trunk/libflickr-api-perl/debian/patches/00-test-no-internet.patch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sun Oct 12 17:48:56 UTC 2008


Author: gwolf
Date: Sun Oct 12 17:48:53 2008
New Revision: 25973

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25973
Log:
Updated patch

Modified:
    trunk/libflickr-api-perl/debian/patches/00-test-no-internet.patch

Modified: trunk/libflickr-api-perl/debian/patches/00-test-no-internet.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-api-perl/debian/patches/00-test-no-internet.patch?rev=25973&op=diff
==============================================================================
--- trunk/libflickr-api-perl/debian/patches/00-test-no-internet.patch (original)
+++ trunk/libflickr-api-perl/debian/patches/00-test-no-internet.patch Sun Oct 12 17:48:53 2008
@@ -1,3 +1,5 @@
+Index: test.pl
+===================================================================
 --- libflickr-api-perl.orig/test.pl
 +++ libflickr-api-perl/test.pl
 @@ -13,6 +13,9 @@
@@ -10,12 +12,13 @@
  my $rsp = $api->execute_method('fake.method', {});
  
  
-@@ -34,7 +37,7 @@
+@@ -41,8 +44,8 @@
+ }else{
+ 	is(1, 1, "skipping error code check, since we couldn't reach the API");
+ }
++}
  
- $rsp = $api->execute_method('flickr.test.echo', {format => 'fake'});
- is($rsp->{error_code}, 111, 'checking the error code for "format not found"');
 -
-+} # SKIP
- 
  ##################################################
  #
+ # check the signing works properly




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