Subject: | Tests not working |
t/50-mech-encoding.t 255 65280 ?? ?? % ??
t/70-download-url.t 255 65280 5 6 120.00% 3-5
at t/50-mech-encoding.t there is a @instances, that is empty at my
scenario (testing with ff6), so there is a plan tests => 0, which
produce an error.
and here are the output for both tests:
www72:~/.cpan/build/WWW-Mechanize-Firefox-0.55# prove -lv
t/50-mech-encoding.t
t/50-mech-encoding....You said to run 0 tests at t/50-mech-encoding.t
line 22.
dubious
Test returned status 255 (wstat 65280, 0xff00)
FAILED--1 test script could be run, alas--no output ever seen
www72:~/.cpan/build/WWW-Mechanize-Firefox-0.55# prove -lv
t/70-download-url.t
t/70-download-url....1..5
ok 1 - Downloading http://localhost:58607/ isa
MozRepl::RemoteObject::Instance
ok 2 - Download finished properly
MozRepl::RemoteObject: NS_ERROR_FAILURE: Component returned failure
code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebBrowserPersist.saveDocument]
at lib/WWW/Mechanize/Firefox.pm line 1356
# Looks like you planned 5 tests but ran 2.
# Looks like your test exited with 255 just after 2.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-5
Failed 3/5 tests, 40.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/70-download-url.t 255 65280 5 6 120.00% 3-5
Failed 1/1 test scripts, 0.00% okay. 3/5 subtests failed, 40.00% okay.