[libyaml-appconfig-perl] 03/08: Drop hash-random-test-fix.patch, the problematic test is skipped

gregor herrmann gregoa at debian.org
Wed Mar 12 22:09:38 UTC 2014


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

gregoa pushed a commit to branch master
in repository libyaml-appconfig-perl.

commit f3a1fc8b9abbb8ab16aaaca4467ee47aa37e2375
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Mar 12 23:00:43 2014 +0100

    Drop hash-random-test-fix.patch, the problematic test is skipped
    
    now in the upstream code.
---
 debian/patches/hash-random-test-fix.patch | 16 ----------------
 debian/patches/series                     |  1 -
 2 files changed, 17 deletions(-)

diff --git a/debian/patches/hash-random-test-fix.patch b/debian/patches/hash-random-test-fix.patch
deleted file mode 100644
index 9a2fd89..0000000
--- a/debian/patches/hash-random-test-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: hash random test case fix
-Author: CSILLAG Tamas <cstamas at cstamas.hu>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711627
-Last-Update: 2013-10-11
-
---- libyaml-appconfig-perl-0.16.orig/t/05-scoping.t
-+++ libyaml-appconfig-perl-0.16/t/05-scoping.t
-@@ -43,7 +43,7 @@ BEGIN { use_ok('YAML::AppConfig') }
-     like( $@, qr/Circular reference in simple_circ/,
-         "Checking circular dynamic variables." );
-     eval {$app->get_circ};
--    like( $@, qr/Circular reference in prolog/,
-+    like( $@, qr/Circular reference in (?:prolog|circ|cows_are_good)/,
-         "Checking circular dynamic variables." );
-     eval {$app->get_bigcirc};
-     like( $@, qr/Circular reference in thing/,
diff --git a/debian/patches/series b/debian/patches/series
index 41af9b2..fc442a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 no-UNIVERSAL-import.patch
 fix-POD-errors.patch
 qw-parenthesis.patch
-hash-random-test-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-appconfig-perl.git



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