Skip Menu |

This queue is for tickets about the Test-WWW-Mechanize-Catalyst CPAN distribution.

Report information
The Basics
Id: 77181
Status: resolved
Priority: 0/
Queue: Test-WWW-Mechanize-Catalyst

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

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



Subject: Skip counter in t/multi_content_type.t off by one
I found this skip counter in t/multi_content_type.t: Line 46: skip $skip, 8 if $skip; But the block contains 9 checks. It's easy to count this wrong because this statement contains two checks: 48 lives_ok { $m->get_ok( '/', 'Get a multi Content-Type response' ) } 49 'Survive to a multi Content-Type sting'; It spits out: ok 2 - Get a multi Content-Type response ok 3 - Survive to a multi Content-Type sting I wonder how this test could ever work anywhere. HTH&&Thanks,
I also have no idea, however I have fixed it. Thanks for the bug report! There will be a new release shortly. Cheers t0m