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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 27 00:26:06 EST 2007


Author: audreyt
Date: Sat Jan 27 00:26:06 2007
New Revision: 2638

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

Log:
* Fix trivial test typo in TestApp 13-page-regions.t

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 00:26:06 2007
@@ -33,7 +33,7 @@
 ok($mech->find_link(text => "Long 1"), "Found link Long 1");
 $mech->follow_link_ok(text => "Long 1");
 
-$mech->content_contains(text => "Short 1");
+$mech->content_contains("Short 1");
 for my $i (2 .. 5) {
     $mech->content_contains("Long $i");
     $mech->content_lacks("Short $i");


More information about the Jifty-commit mailing list