r75507 - in /trunk/libcgi-pm-perl/debian: changelog patches/bad-url-test.patch patches/series

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jun 12 14:07:53 UTC 2011


Author: ghedo-guest
Date: Sun Jun 12 14:07:46 2011
New Revision: 75507

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75507
Log:
Add bad-url-test patch

Added:
    trunk/libcgi-pm-perl/debian/patches/bad-url-test.patch
Modified:
    trunk/libcgi-pm-perl/debian/changelog
    trunk/libcgi-pm-perl/debian/patches/series

Modified: trunk/libcgi-pm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/changelog?rev=75507&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/changelog (original)
+++ trunk/libcgi-pm-perl/debian/changelog Sun Jun 12 14:07:46 2011
@@ -9,6 +9,7 @@
   * Add myself to Uploaders
   * Add debian/NEWS to report incompatible changes
   * Refresh patches
+  * Add bad-url-test patch
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 12 Jun 2011 15:16:47 +0200
 

Added: trunk/libcgi-pm-perl/debian/patches/bad-url-test.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/patches/bad-url-test.patch?rev=75507&op=file
==============================================================================
--- trunk/libcgi-pm-perl/debian/patches/bad-url-test.patch (added)
+++ trunk/libcgi-pm-perl/debian/patches/bad-url-test.patch Sun Jun 12 14:07:46 2011
@@ -1,0 +1,13 @@
+Description: Fix the t/url.t test, by adding  a done_testing() to the 
+ rewrite_interactions subtest.
+--- a/t/url.t
++++ b/t/url.t
+@@ -63,6 +63,8 @@
+                                                 '$q->url(-rewrite=>1,-path=>1), with rewriting detected' );
+     is( $q->url(-rewrite=>0,-path=>0), 'http://example.com/real/cgi-bin/dispatch.cgi',
+                                                 '$q->url(-rewrite=>0,-path=>1), with rewriting detected' );
++
++    done_testing();
+ };
+ 
+ 

Modified: trunk/libcgi-pm-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/patches/series?rev=75507&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/patches/series (original)
+++ trunk/libcgi-pm-perl/debian/patches/series Sun Jun 12 14:07:46 2011
@@ -1,2 +1,3 @@
+bad-url-test.patch
 man-cgi-fast.patch
 spelling.patch




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