[Jifty-commit] r1909 - jifty/trunk/t/Mapper/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 31 17:33:16 EDT 2006


Author: nelhage
Date: Thu Aug 31 17:33:15 2006
New Revision: 1909

Modified:
   jifty/trunk/t/Mapper/t/02-api.t

Log:
Test comment typo.


Modified: jifty/trunk/t/Mapper/t/02-api.t
==============================================================================
--- jifty/trunk/t/Mapper/t/02-api.t	(original)
+++ jifty/trunk/t/Mapper/t/02-api.t	Thu Aug 31 17:33:15 2006
@@ -38,11 +38,10 @@
 $mech->content_like(qr/got the grail/i, "Got the grail");
 $mech->content_like(qr/crossed the bridge/i, "And crossed the bridge");
 
-# And then, the same, but via deault_values on the form field
+# And then, the same, but via default_values on the form field
 $mech->form(3);
 ok($mech->click_button(value => "Do both"));
 $mech->content_like(qr/got the grail/i, "Got the grail");
 $mech->content_like(qr/crossed the bridge/i, "And crossed the bridge");
 
 1;
-


More information about the Jifty-commit mailing list