Skip Menu |

This queue is for tickets about the XML-LibXSLT CPAN distribution.

Report information
The Basics
Id: 23467
Status: resolved
Priority: 0/
Queue: XML-LibXSLT

People
Owner: Nobody in particular
Requestors: at [...] altlinux.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] fixed test suite for new libxslt-1.1.18
Date: Sat, 18 Nov 2006 03:38:46 +0300
To: bug-xml-libxslt [...] rt.cpan.org
From: Alexey Tourbin <at [...] altlinux.ru>
--- t/13error.t | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/13error.t b/t/13error.t index 966dca2..41644f1 100644 --- a/t/13error.t +++ b/t/13error.t @@ -115,7 +115,7 @@ my $results; eval { $results = $stylesheet->transform($doc); }; ok( $@ ); -ok( $@ =~ /unregistered variable foo/ ); +ok( $@ =~ /unregistered variable foo|Variable 'foo' has not been declared/ ); ok( $@ =~ /element value-of/ ); -} \ No newline at end of file +} -- 1.4.3.GIT
Thanks, I actually did the exactly same in the SubVersion last night. XML::LibXSLT 1.62 will be released shortly. -- petr