And back to 29, WTF?
Tomas Doran [Wed, 4 Mar 2009 12:52:32 +0000 (12:52 +0000)]
t/live_app_session.t

index c03866f..3f718cf 100644 (file)
@@ -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';