[libhtml-template-dumper-perl] 01/09: Add patch to mark a fragile test as TODO.

gregor herrmann gregoa at debian.org
Thu Jul 10 19:55:53 UTC 2014


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

gregoa pushed a commit to branch master
in repository libhtml-template-dumper-perl.

commit 141aa18b8e66a9b94c5b6ec1d294d8903f28d5d5
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 10 21:32:46 2014 +0200

    Add patch to mark a fragile test as TODO.
    
    Closes: #720021, #752987
---
 debian/patches/disable-fragile-test | 25 +++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/disable-fragile-test b/debian/patches/disable-fragile-test
new file mode 100644
index 0000000..bb33f37
--- /dev/null
+++ b/debian/patches/disable-fragile-test
@@ -0,0 +1,25 @@
+Description: mark output() as TODO
+ it relieas an hash order, which doesn't work since perl 5.17
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=88004
+Bug-Debian: http://bugs.debian.org/720021
+ http://bugs.debian.org/752987
+Forwarded: no, it's obvious that the test should be removed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-10
+
+--- a/t/020_output.t
++++ b/t/020_output.t
+@@ -66,8 +66,12 @@
+ # only the parse() test.  The only justification of it is 
+ # that we want to test output() seperate from parse(). 
+ # 
++TODO: {
++local $TODO = "output test is fragile and relies on hash order";
++
+ ok( $tmpl->output() eq $expected_output, 
+ 	"Output is as expected" );
++}
+ 
+ TODO: {
+ local $TODO = "file handle test is buggy";
diff --git a/debian/patches/series b/debian/patches/series
index 74fed9c..3a443ce 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 disable-buggy-filehandle-test
 manpage-has-bad-whatis
+disable-fragile-test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-template-dumper-perl.git



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