Skip Menu |

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

Report information
The Basics
Id: 21645
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: link [...] redbrick.dcu.ie
Cc:
AdminCc:

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



Subject: t/07dtd.t - example/bad.dtd missing
XML-LibXML-1.61 It looks like some new tests added to t/07dtd.t require example/bad.dtd but this file is not included. unlinked:~/.cpan/build/XML-LibXML-1.61# perl -Iblib/lib -Iblib/arch t/07dtd.t 1..38 # Running under perl version 5.008004 for linux # Current time local: Mon Sep 25 00:41:48 2006 # Current time GMT: Sun Sep 24 23:41:48 2006 # Using Test.pm version 1.24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 not ok 33 # Failed test 33 in t/07dtd.t at line 143 # t/07dtd.t line 143 is: ok( -f $bad ); not ok 34 # Failed test 34 in t/07dtd.t at line 145 # t/07dtd.t line 145 is: ok ($@); not ok 35 # Failed test 35 in t/07dtd.t at line 154 # t/07dtd.t line 154 is: ok( length($dtd) > 5 ); not ok 36 # Failed test 36 in t/07dtd.t at line 156 # t/07dtd.t line 156 is: ok ($@); ok 37 not ok 38 # Failed test 38 in t/07dtd.t at line 173 # t/07dtd.t line 173 is: ok( $@ );
Thanks for the report. Re-uploaded XML-LibXML-1.61_1.tar.gz should fix it. -- Petr