Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: david [...] davidfavor.com
Cc:
AdminCc:

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



Subject: XML::LibXSLT + perl-5.10.0-34342 fails test
Date: Sat, 13 Sep 2008 08:46:18 -0500
To: bug-XML-LibXSLT [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
This failure appears on many recent perl patch levels and versions of this module. Show quoted text
_______ net1#cd XML-LibXSLT-1.66/ net1#PERL_DL_NONLAZY=1 /common/pkgs/perl-5.10.0-34342/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/10functions.t t/10functions....1/33 # Test 31 got: "<html xmlns:foo=\"http://foo\"><head><foo>1st</foo><foo>2nd</foo></head></html>\n" (t/10functions.t at line 128) # Expected: "<?xml version=\"1.0\"?>\n<html xmlns:foo=\"http://foo\"><head><foo>1st</foo><foo>2nd</foo></head></html>\n" # t/10functions.t line 128 is: ok ($result->serialize,qq(<?xml version="1.0"?>\n<html xmlns:foo="http://foo"><head><foo>1st</foo><foo>2nd</foo></head></html>\n)); # Test 32 got: "<html xmlns:foo=\"http://foo\"><head><foo>1st</foo></head></html>\n" (t/10functions.t at line 135) # Expected: "<?xml version=\"1.0\"?>\n<html xmlns:foo=\"http://foo\"><head><foo>1st</foo></head></html>\n" # t/10functions.t line 135 is: ok ($result->serialize,qq(<?xml version="1.0"?>\n<html xmlns:foo="http://foo"><head><foo>1st</foo></head></html>\n)); t/10functions.... Failed 2/33 subtests Test Summary Report ------------------- t/10functions (Wstat: 0 Tests: 33 Failed: 2) Failed tests: 31-32 Files=1, Tests=33, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.07 cusr 0.01 csys = 0.09 CPU) Result: FAIL Failed 1/1 test programs. 2/33 subtests failed. -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
fixed in the SVN.