friedo has asked for the wisdom of the Perl Monks concerning the following question:
I'm using Test::WWW::Mechanize (with Test::Class) to do some web app tests, and recently the last three tests have suddenly decided to skip themselves for a reason I can't figure out:
ok 117 # skip HTTP::Response=HASH(0xa70ca9c) ok 118 # skip HTTP::Response=HASH(0xa70ca9c) ok 119 # skip HTTP::Response=HASH(0xa70ca9c)
I can't find anything in the docs about why Mech would decide to skip a test. Any ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strange test skips with Test::WWW::Mechanize
by Ovid (Cardinal) on Dec 01, 2005 at 19:40 UTC | |
by friedo (Prior) on Dec 01, 2005 at 19:43 UTC |