X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app_session.t;h=3f718cfe1b8a514dc3155c045085482bc3b58876;hb=bbade6fd612b0f3f4815ae1b8ddcb489ba97def6;hp=c03866f6f4667c40504b7d3b87598815c12607a7;hpb=8f8ae3b40f73dc272c22c9860302104e6535ba5b;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app_session.t b/t/live_app_session.t index c03866f..3f718cf 100644 --- a/t/live_app_session.t +++ b/t/live_app_session.t @@ -8,7 +8,9 @@ BEGIN { plan skip_all => "This test needs Test::WWW::Mechanize::Catalyst, Catalyst::Plugin::Session and Catalyst::Plugin::Session::State::Cookie installed" if $@; plan skip_all => "This test needs Test::WWW::Mechanize::Catalyst >= 0.50, you have only $Test::WWW::Mechanize::Catalyst::VERSION" unless $Test::WWW::Mechanize::Catalyst::VERSION >= 0.50; - plan tests => 26; + # There is something fishy going on here. When you run this from make test, + # there are 29 tests, when you run it from prove, there are 26 - WTF FIXME (t0m) + plan tests => 29; } use lib 't/lib';