]> git.pld-linux.org Git - packages/perl-XML-LibXSLT.git/commitdiff
- fix error test with new libxml2/libxslt
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Oct 2006 18:53:29 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-LibXSLT-error.patch -> 1.1

perl-XML-LibXSLT-error.patch [new file with mode: 0644]

diff --git a/perl-XML-LibXSLT-error.patch b/perl-XML-LibXSLT-error.patch
new file mode 100644 (file)
index 0000000..c8af431
--- /dev/null
@@ -0,0 +1,11 @@
+--- XML-LibXSLT-1.61/t/13error.t.orig  2006-10-27 20:56:09.235829750 +0200
++++ XML-LibXSLT-1.61/t/13error.t       2006-10-27 20:56:26.472907000 +0200
+@@ -115,7 +115,7 @@
+ eval { $results = $stylesheet->transform($doc); };
+ ok( $@ );
+-ok( $@ =~ /unregistered variable foo/ );
++ok( $@ =~ /unregistered variable foo|Variable 'foo' has not been declared/ );
+ ok( $@ =~ /element value-of/ );
+ }
This page took 0.45051 seconds and 4 git commands to generate.