possibly fix frang's problem
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_session.t
index b23a767..e1be7cd 100644 (file)
@@ -8,7 +8,7 @@ use Test::More;
 BEGIN {
        eval { require Test::WWW::Mechanize::Catalyst; require Catalyst::Plugin::Session; require Catalyst::Plugin::Session::State::Cookie };
        plan skip_all => "This test needs Test::WWW::Mechanize::Catalyst, Catalyst::Plugin::Session and Catalyst::Plugin::Session::State::Cookie installed" if $@;
-       plan tests => 14;
+       plan tests => 20;
 }
 
 use lib 't/lib';
@@ -19,3 +19,5 @@ my $m = Test::WWW::Mechanize::Catalyst->new;
 $m->get_ok("http://localhost/moose", "get ok");
 $m->get_ok("http://localhost/elk", "get ok");
 $m->get_ok("http://localhost/fluffy_bunny", "get ok");
+$m->get_ok("http://localhost/possum", "get ok");
+$m->get_ok("http://localhost/butterfly", "get ok");