Skip Menu |

This queue is for tickets about the CGI-Wiki-Simple CPAN distribution.

Report information
The Basics
Id: 124912
Status: new
Priority: 0/
Queue: CGI-Wiki-Simple

People
Owner: Nobody in particular
Requestors: ASB [...] cpan.org
Cc:
AdminCc:

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



Subject: Default script name test fails
I got an error in when installing/running dmake test on Windows, with ActivePerl 5.16.3. What is this test good for, anyway? PS CGI-Wiki-Simple-0.12> prove .\t\03-params.t -l lib -v .\t\03-params.t .. 1..9 ok 1 - use CGI::Wiki::Simple; ok 2 - 'The created wiki' isa 'CGI::Wiki::Simple' ok 3 - Parameter 'header' ok 4 - Parameter 'footer' ok 5 - Parameter 'style' # Failed test 'Default script name' # at .\t\03-params.t line 17. not ok 6 - Default script name # got: '' # expected: '/.\t\03-params.t' ok 7 - 'The created wiki' isa 'CGI::Wiki::Simple' ok 8 - No preset style sheet ok 9 - Script name can be overridden# Looks like you failed 1 test of 9. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/9 subtests Test Summary Report ------------------- .\t\03-params.t (Wstat: 256 Tests: 9 Failed: 1) Failed test: 6 Non-zero exit status: 1 Files=1, Tests=9, 1 wallclock secs ( 0.02 usr + 0.02 sys = 0.03 CPU) Result: FAIL