Subject: | make test fails |
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_features....NOK 27# Failed test (t/01_features.t at line 268)
# got: '<table class="hft-tables">
# <tr><td>Casey West</td><td>Daddy Tall</td></tr>
# <tr><td>Chastity West</td><td>Mommy Short</td></tr>
# </table>
#
# <p class="hft-paras">Normal Text.</p>
# '
# expected: '<table class="hft-tables">
# <tr><td>Casey West</td><td>Daddy</td><td>Tall</td></tr>
# <tr><td>Chastity West</td><td>Mommy</td><td>Short</td></tr>
# </table>
#
# <p class="hft-paras">Normal Text.</p>
# '
t/01_features....ok 28/0# Looks like you failed 1 tests of 28.
t/01_features....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 27
Failed 1/28 tests, 96.43% okay
t/02_v2.01.......ok
t/03_v2.02.......ok
t/04_v2.03.......ok
t/99_pod.........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01_features.t 1 256 28 1 3.57% 27
Failed 1/5 test scripts, 80.00% okay. 1/49 subtests failed, 97.96% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK