[Jifty-commit] r5241 - in jifty/trunk: t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments

Jifty commits jifty-commit at lists.jifty.org
Thu Mar 27 12:49:12 EDT 2008


Author: sterling
Date: Thu Mar 27 12:49:09 2008
New Revision: 5241

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments/View.pm

Log:
 r15585 at andrew-mac:  andrew | 2008-03-09 21:19:43 -0500
 Fix the comment view test page.


Modified: jifty/trunk/t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments/View.pm
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments/View.pm	(original)
+++ jifty/trunk/t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments/View.pm	Thu Mar 27 12:49:09 2008
@@ -27,7 +27,7 @@
 
     render_region
         name      => 'comments',
-        path      => '/comment/list',
+        path      => '/__comment/list',
         arguments => {
             collapsed    => 1,
             parent_class => Jifty->app_class('Model', 'BlogPost'),


More information about the Jifty-commit mailing list