Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-FromText CPAN distribution.

Report information
The Basics
Id: 3876
Status: resolved
Priority: 0/
Queue: HTML-FromText

People
Owner: Nobody in particular
Requestors: merlyn [...] stonehenge.com
Cc:
AdminCc:

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



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
Randomized hashes strike in the oddest places. Fixed in 2.04. Thanks. -- Casey West