Subject: | A test in 01diff.t fails |
t/01diff.t (Wstat: 256 Tests: 15 Failed: 1)
Failed test: 9
Non-zero exit status: 1
Files=1, Tests=15, 31 wallclock secs ( 0.03 usr 0.02 sys + 0.09 cusr
0.05 csys = 0.19 CPU)
Result: FAIL
[test@fedora-17 XML-DifferenceMarkup-1.03]$ prove --blib t/01diff.t
t/01diff.t .. 9/15
# Failed test 'testdata/diff/08?.xml'
# at t/01diff.t line 47.
# got: '<?xml version="1.0"?>
# <dm:diff xmlns:dm="http://www.locus.cz/diffmark">
# <html dm:update="root">
# <dm:copy count="1"/>
# </html>
# </dm:diff>
# '
# expected: '<?xml version="1.0"?>
# <dm:diff xmlns:dm="http://www.locus.cz/diffmark">
# <dm:delete>
# <root/>
# </dm:delete>
# <dm:insert>
# <html xmlns="http://www.w3.org/1999/xhtml"/>
# </dm:insert>
# </dm:diff>
# '
# Looks like you failed 1 test of 15.
t/01diff.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests