SOURCES: perl-XML-LibXSLT-error.patch (NEW) - fix error test with ...
qboosh
qboosh at pld-linux.org
Fri Oct 27 20:53:34 CEST 2006
Author: qboosh Date: Fri Oct 27 18:53:34 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix error test with new libxml2/libxslt
---- Files affected:
SOURCES:
perl-XML-LibXSLT-error.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/perl-XML-LibXSLT-error.patch
diff -u /dev/null SOURCES/perl-XML-LibXSLT-error.patch:1.1
--- /dev/null Fri Oct 27 20:53:34 2006
+++ SOURCES/perl-XML-LibXSLT-error.patch Fri Oct 27 20:53:29 2006
@@ -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/ );
+
+ }
================================================================
More information about the pld-cvs-commit
mailing list