Peter Mottram
2009-04-19 16:41:27 UTC
Just noticed the new cpan drop so thought I'd give it a try...
$ perl -Ilib -Iblib/libt/TestApp/t/20-error-pages.t
<snip/>
not ok 24 - Doesn't have error header
<snip/>
$mech->content() shows that mech is not fibbing since 'something went
awry' is definitely there btu I'm not sure exactly what is happening here.
All other tests are OK. Any ideas?
This is the failing test...
$mech->content_unlike(qr/something went awry/i, "Doesn't have error header");
Just checked svn 6799 and have same result.
R.
PeteM
$ perl -Ilib -Iblib/libt/TestApp/t/20-error-pages.t
<snip/>
not ok 24 - Doesn't have error header
<snip/>
$mech->content() shows that mech is not fibbing since 'something went
awry' is definitely there btu I'm not sure exactly what is happening here.
All other tests are OK. Any ideas?
This is the failing test...
$mech->content_unlike(qr/something went awry/i, "Doesn't have error header");
Just checked svn 6799 and have same result.
R.
PeteM