[Jifty-commit] r1904 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 31 00:07:48 EDT 2006


Author: schwern
Date: Thu Aug 31 00:07:48 2006
New Revision: 1904

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/04-test_file.t

Log:
 r17683 at windhund:  schwern | 2006-08-31 00:07:32 -0400
 Ooops.  Went from "no_plan" to a numbered plan without re-running the test.
 This meant the cleanup stuff didn't fire because it thought the test wasn't
 done (which it wasn't).


Modified: jifty/trunk/t/04-test_file.t
==============================================================================
--- jifty/trunk/t/04-test_file.t	(original)
+++ jifty/trunk/t/04-test_file.t	Thu Aug 31 00:07:48 2006
@@ -5,7 +5,7 @@
 
 use Shell::Command;
 
-use Jifty::Test tests => 10;
+use Jifty::Test 'no_plan';
 
 {
     my $tmpfile = "t/foo";


More information about the Jifty-commit mailing list