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

Jifty commits jifty-commit at lists.jifty.org
Fri Oct 31 13:00:35 EDT 2008


Author: alexmv
Date: Fri Oct 31 13:00:25 2008
New Revision: 5969

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Regions/t/01-region.t

Log:
 r38524 at kohr-ah:  chmrr | 2008-10-27 14:55:19 -0400
  * Fix test -- we set ids, not classes


Modified: jifty/trunk/t/TestApp-Regions/t/01-region.t
==============================================================================
--- jifty/trunk/t/TestApp-Regions/t/01-region.t	(original)
+++ jifty/trunk/t/TestApp-Regions/t/01-region.t	Fri Oct 31 13:00:25 2008
@@ -13,8 +13,8 @@
 $mech->get_ok($URL);
 
 $mech->content_like(qr{
-    <div \s+ class="mason-wrapper"> .*
-        <div \s+ class="mason2-wrapper"> .*
+    <div \s+ id="mason-wrapper"> .*
+        <div \s+ id="mason2-wrapper"> .*
             <h1>mason \s+ 2!</h1> .*
         </div> .*
     </div>


More information about the Jifty-commit mailing list