[libcgi-application-plugin-stream-perl] 03/07: Drop 0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch.

gregor herrmann gregoa at debian.org
Mon Dec 23 19:15:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcgi-application-plugin-stream-perl.

commit 27930ca471287fd0965405cd52ca76cdd9e22a66
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 23 20:11:13 2013 +0100

    Drop 0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch.
    
    Merged  upstream.
---
 ...failure-due-triggered-by-hash-randomizati.patch | 43 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 44 deletions(-)

diff --git a/debian/patches/0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch b/debian/patches/0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch
deleted file mode 100644
index d4a83c8..0000000
--- a/debian/patches/0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/709680
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81646
-Last-Update: 2013-08-13
-
-From 033197cf2fb313209711a25cef2e15ae74c5b7ff Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Tue, 13 Aug 2013 16:05:10 +0000
-Subject: [PATCH] Fix a test failure due triggered by hash randomization
- changes in Perl 5.17.6
-
-Quoting the CGI.pm documentation for the header() method:
-
-  Each argument name is preceded by a dash.  Neither case nor order
-  matters in the argument list.  -type, -Type, and -TYPE are all
-  acceptable.  In fact, only the first argument needs to begin with
-  a dash.  If a dash is present in the first argument, CGI.pm assumes
-  dashes for the subsequent ones.
-
-The stream_file() method in CGI::Application::Plugin::Stream uses this
-method, and when 'Content_length' happens to be the first key in the
-argument hash, it is erroneously interpreted as the document type,
-not as the name of the tag.
----
- t/basic.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/basic.t b/t/basic.t
-index 3cb0f2e..e2c37f0 100644
---- a/t/basic.t
-+++ b/t/basic.t
-@@ -60,7 +60,7 @@ like($content_sent, qr/Content-Length: 29/i,$test_name);
- 
- $test_name = 'Setting a custom Content-Length';
- $app = StreamTest->new();
--$app->header_props(Content_Length => 1 );
-+$app->header_props(-Content_Length => 1 );
- $app->with_fh();
- $content_sent = $stdout->read;
- like($content_sent, qr/Content-Length: 1/i,$test_name);
--- 
-1.8.4.rc2
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e26771c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-stream-perl.git



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