Subject: | WikiConverter Test 35 Fails due to webpage not being available |
Date: | Wed, 23 May 2012 11:09:31 -0700 |
To: | bug-HTML-WikiConverter [...] rt.cpan.org |
From: | Augustina Blair <augustinablair [...] gmail.com> |
Here is the test output when I try to install the module:
cpan[2]> test HTML::WikiConverter
Running test for module 'HTML::WikiConverter'
Running make for D/DI/DIBERRI/HTML-WikiConverter-0.68.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/HTML-WikiConverter-0.68-Rrngut
Has already been made
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ........... 1/1 # Testing HTML::WikiConverter 0.68, Perl
5.010001, /usr/bin/perl
t/00-load.t ........... ok
t/01-normalizer.t ..... ok
t/01-wikiconverter.t .. 1/53 request for
<http://diberri.dyndns.org/wikipedia/html2wiki-old/test.html> failed
at t/01-wikiconverter.t line 162
# Looks like you planned 53 tests but ran 35.
# Looks like your test exited with 22 just after 35.
t/01-wikiconverter.t .. Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 18/53 subtests
t/boilerplate.t ....... ok
t/pod-coverage.t ...... skipped: Test::Pod::Coverage 1.04 required for
testing POD coverage
t/pod.t ............... ok
Test Summary Report
-------------------
t/01-wikiconverter.t (Wstat: 5632 Tests: 35 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 53 tests but ran 35.
Files=6, Tests=50, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.35 cusr
0.05 csys = 0.44 CPU)
Result: FAIL
Failed 1/6 test programs. 0/50 subtests failed.
make: *** [test_dynamic] Error 255
DIBERRI/HTML-WikiConverter-0.68.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports DIBERRI/HTML-WikiConverter-0.68.tar.gz
Failed during this command:
DIBERRI/HTML-WikiConverter-0.68.tar.gz : make_test NO
Regaring this like: t/01-wikiconverter.t .. 1/53 request for
<http://diberri.dyndns.org/wikipedia/html2wiki-old/test.html> failed
at t/01-wikiconverter.t line 162
When I attempt to access
http://diberri.dyndns.org/wikipedia/html2wiki-old/test.html I am
unable to load a web page. I'm guessing this is why the test fails.
Augustina