[Jifty-commit] r2644 - jifty/trunk/t/TestApp/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 27 03:08:10 EST 2007


Author: audreyt
Date: Sat Jan 27 03:08:10 2007
New Revision: 2644

Modified:
   jifty/trunk/t/TestApp/t/13-page-regions.t

Log:
* 13-page-regions.t: Fix another mistest typo

Modified: jifty/trunk/t/TestApp/t/13-page-regions.t
==============================================================================
--- jifty/trunk/t/TestApp/t/13-page-regions.t	(original)
+++ jifty/trunk/t/TestApp/t/13-page-regions.t	Sat Jan 27 03:08:10 2007
@@ -24,7 +24,7 @@
 for my $i (1 .. 5) {
     ok($mech->find_link(text => "Short $i"), "Found link: Short $i");
     $mech->follow_link_ok(text => "Short $i");
-    $mech->content_contains(text => "Long $i");
+    $mech->content_contains("Long $i");
 }
 
 $mech->content_contains("Long $_")


More information about the Jifty-commit mailing list