Checking in changes prior to tagging of version 0.10011. Changelog diff is:
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_session.t
index c03866f..65793eb 100644 (file)
@@ -8,7 +8,7 @@ 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;
+    plan tests => 29;
 }
 
 use lib 't/lib';