[Jifty-commit] r5303 - in jifty/trunk: t/Continuations/t

Jifty commits jifty-commit at lists.jifty.org
Fri Apr 11 12:20:09 EDT 2008


Author: sartak
Date: Fri Apr 11 12:20:09 2008
New Revision: 5303

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/Continuations/t/03-gc.t

Log:
 r53887 at onn:  sartak | 2008-04-11 12:19:59 -0400
 Move a skip_all from compile time to runtime. some cpantesters failed a test file with no actual tests :(


Modified: jifty/trunk/t/Continuations/t/03-gc.t
==============================================================================
--- jifty/trunk/t/Continuations/t/03-gc.t	(original)
+++ jifty/trunk/t/Continuations/t/03-gc.t	Fri Apr 11 12:20:09 2008
@@ -7,7 +7,9 @@
 use lib 't/lib';
 use Jifty::SubTest;
 
-use Jifty::Test skip_all => "test file not done yet";
+use Jifty::Test;
+
+plan skip_all => "test file not done yet";
 
 #### garbage collection
 #  for now, an "on request, sweep all continuations older than the last 50"?


More information about the Jifty-commit mailing list