[Jifty-commit] r3389 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 7 18:07:12 EDT 2007


Author: sartak
Date: Thu Jun  7 18:07:12 2007
New Revision: 3389

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r20399 at caladan:  sartak | 2007-06-07 16:23:12 -0400
 Make sure there's always a stash during testing since we don't always go through the web


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Thu Jun  7 18:07:12 2007
@@ -245,6 +245,7 @@
     $schema->run;
 
     Jifty->new();
+    Jifty->handler->stash( {} );
 }
 
 =head2 test_config


More information about the Jifty-commit mailing list