[Jifty-commit] r5192 - in jifty/trunk: t/TestApp/t

Jifty commits jifty-commit at lists.jifty.org
Mon Mar 3 13:32:27 EST 2008


Author: alexmv
Date: Mon Mar  3 13:32:26 2008
New Revision: 5192

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp/t/15-template-subclass.t
   jifty/trunk/t/TestApp/t/16-template-region.t

Log:
 r28231 at zoq-fot-pik:  chmrr | 2008-03-03 13:32:10 -0500
  * Test fixes for there being one more arg to JS Region.new


Modified: jifty/trunk/t/TestApp/t/15-template-subclass.t
==============================================================================
--- jifty/trunk/t/TestApp/t/15-template-subclass.t	(original)
+++ jifty/trunk/t/TestApp/t/15-template-subclass.t	Mon Mar  3 13:32:26 2008
@@ -58,7 +58,7 @@
 
 sub in_region {
     qq|<script type="text/javascript">
-new Region('$_[0]',{},'$_[1]',null);
+new Region('$_[0]',{},'$_[1]',null,null);
 </script><div id="region-$_[0]" class="jifty-region">$_[2]</div>|;
 }
 

Modified: jifty/trunk/t/TestApp/t/16-template-region.t
==============================================================================
--- jifty/trunk/t/TestApp/t/16-template-region.t	(original)
+++ jifty/trunk/t/TestApp/t/16-template-region.t	Mon Mar  3 13:32:26 2008
@@ -13,7 +13,7 @@
         text => q|list!
 <span>1</span>
 <span>2</span><script type="text/javascript">
-new Region('special',{'id':3},'/foo/item',null);
+new Region('special',{'id':3},'/foo/item',null,null);
 </script><div id="region-special" class="jifty-region">
 <span>3</span></div>|
     },


More information about the Jifty-commit mailing list