[Catalyst-commits] r9425 - trunk/Catalyst-Plugin-Authentication/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Mar 4 12:52:32 GMT 2009


Author: t0m
Date: 2009-03-04 12:52:32 +0000 (Wed, 04 Mar 2009)
New Revision: 9425

Modified:
   trunk/Catalyst-Plugin-Authentication/t/live_app_session.t
Log:
And back to 29, WTF?

Modified: trunk/Catalyst-Plugin-Authentication/t/live_app_session.t
===================================================================
--- trunk/Catalyst-Plugin-Authentication/t/live_app_session.t	2009-03-04 12:48:14 UTC (rev 9424)
+++ trunk/Catalyst-Plugin-Authentication/t/live_app_session.t	2009-03-04 12:52:32 UTC (rev 9425)
@@ -8,7 +8,9 @@
 	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';




More information about the Catalyst-commits mailing list