Subject: | make test failure with XML::LibXML 1.61 |
t/07dtd.t failed on my box, with libxml 2.6.26.
rock:/usr/local/src/CPAN/build/XML-LibXML-1.61# xml2-config --version
2.6.26
rock:/usr/local/src/CPAN/build/XML-LibXML-1.61# prove -l t/07dtd.t
t/07dtd....NOK 33# Failed test 33 in t/07dtd.t at line 143
# t/07dtd.t line 143 is: ok( -f $bad );
t/07dtd....NOK 34# Failed test 34 in t/07dtd.t at line 145
# t/07dtd.t line 145 is: ok ($@);
t/07dtd....NOK 35# Failed test 35 in t/07dtd.t at line 154
# t/07dtd.t line 154 is: ok( length($dtd) > 5 );
t/07dtd....NOK 36# Failed test 36 in t/07dtd.t at line 156
# t/07dtd.t line 156 is: ok ($@);
t/07dtd....NOK 38# Failed test 38 in t/07dtd.t at line 173
# t/07dtd.t line 173 is: ok( $@ );
t/07dtd....FAILED tests 33-36, 38
Failed 5/38 tests, 86.84% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------
--------
t/07dtd.t 38 5 13.16% 33-36 38
Failed 1/1 test scripts, 0.00% okay. 5/38 subtests failed, 86.84% okay.