[Jifty-commit] r3707 - in jifty/trunk: t/TestApp/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jul 22 16:21:58 EDT 2007


Author: jesse
Date: Sun Jul 22 16:21:58 2007
New Revision: 3707

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp/t/02-dispatch-show-rule-in-wrong-ruleset.t

Log:
 r61112 at 106:  jesse | 2007-07-22 10:20:34 -0700
 * The warnings come from the server code after the fork. Test::Log4Perl isn't going to catch them.


Modified: jifty/trunk/t/TestApp/t/02-dispatch-show-rule-in-wrong-ruleset.t
==============================================================================
--- jifty/trunk/t/TestApp/t/02-dispatch-show-rule-in-wrong-ruleset.t	(original)
+++ jifty/trunk/t/TestApp/t/02-dispatch-show-rule-in-wrong-ruleset.t	Sun Jul 22 16:21:58 2007
@@ -4,7 +4,7 @@
 
 use lib 't/lib';
 use Jifty::SubTest;
-use Jifty::Test tests => 9;
+use Jifty::Test tests => 8;
 use Jifty::Test::WWW::Mechanize;
 use Test::Log4perl;
 
@@ -16,7 +16,7 @@
 my $mech    = Jifty::Test::WWW::Mechanize->new();
 
 {
-    my $log = Test::Log4perl->expect(['', warn => qr/You can't call a 'show' rule in a 'before' or 'after' block in the dispatcher/ ]);
+#    my $log = Test::Log4perl->expect(['', warn => qr/You can't call a 'show' rule in a 'before' or 'after' block in the dispatcher/ ]);
 $mech->get("$URL/before_stage_show", "Got /before_stage_show");
 $mech->content_lacks("This is content");
 is( $mech->status , '404');


More information about the Jifty-commit mailing list