[Jifty-commit] r3324 - jifty/trunk/t/TestApp/lib/TestApp

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jun 2 17:37:21 EDT 2007


Author: clkao
Date: Sat Jun  2 17:37:21 2007
New Revision: 3324

Modified:
   jifty/trunk/t/TestApp/lib/TestApp/View.pm

Log:
Pass defaults to render_region in test.

Modified: jifty/trunk/t/TestApp/lib/TestApp/View.pm
==============================================================================
--- jifty/trunk/t/TestApp/lib/TestApp/View.pm	(original)
+++ jifty/trunk/t/TestApp/lib/TestApp/View.pm	Sat Jun  2 17:37:21 2007
@@ -69,7 +69,7 @@
     outs('list!');
     show('/foo/item', { id => 1 } );
     show('/foo/item', { id => 2 } );
-    render_region('special', path => '/foo/item', arguments => { id => 2 } );
+    render_region('special', path => '/foo/item', defaults => { id => 2 } );
 };
 
 template '/foo/item' => sub {


More information about the Jifty-commit mailing list