[libyaml-appconfig-perl] 01/01: add patch to fix test with hash random problem

Tamas Csillag cstamas-guest at alioth.debian.org
Fri Oct 11 20:03:43 UTC 2013


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

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

commit b17a1341ad02184049361a43c03896d87ff070e9
Author: CSILLAG Tamas <cstamas at cstamas.hu>
Date:   Fri Oct 11 21:50:12 2013 +0200

    add patch to fix test with hash random problem
---
 debian/patches/hash-random-test-fix.patch |   16 ++++++++++++++++
 debian/patches/series                     |    1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/hash-random-test-fix.patch b/debian/patches/hash-random-test-fix.patch
new file mode 100644
index 0000000..9a2fd89
--- /dev/null
+++ b/debian/patches/hash-random-test-fix.patch
@@ -0,0 +1,16 @@
+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 fc442a8..41af9b2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 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