[Jifty-commit] r3041 - in jifty/trunk: lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 21 08:38:27 EDT 2007


Author: sterling
Date: Wed Mar 21 08:38:25 2007
New Revision: 3041

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm

Log:
 r4160 at riddle:  andrew | 2007-03-21 07:38:09 -0500
 Updated documentation to reflect that fact that submit_html_ok() takes no arguments.


Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Wed Mar 21 08:38:25 2007
@@ -59,7 +59,7 @@
 
     $mech->fill_in_action_ok($mech->moniker_for('MyApp::Action::UpdateInfo'), 
                              owner_id => 'someone');
-    $mech->submit_html_ok(value => 'Save');  
+    $mech->submit_html_ok();  
 
     is($mech->action_field_value($mech->moniker_for("MyApp::Action::UpdateInfo"),
 			     'owner_id'), 


More information about the Jifty-commit mailing list