X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=blobdiff_plain;f=lib%2FTest%2FWWW%2FMechanize%2FCatalyst.pm;h=9f6f1f855826ede181dc1729882247afe6aefca5;hp=e13243075ee7dd5dc54d436019d0f1f69c3085ab;hb=f319e68f279e94587cbd6760dffd208f79567e81;hpb=c0ac63e5568885d969d49a5d8fd2966bb2c4ff50 diff --git a/lib/Test/WWW/Mechanize/Catalyst.pm b/lib/Test/WWW/Mechanize/Catalyst.pm index e132430..9f6f1f8 100644 --- a/lib/Test/WWW/Mechanize/Catalyst.pm +++ b/lib/Test/WWW/Mechanize/Catalyst.pm @@ -494,7 +494,7 @@ I<%parms> is a hashref containing the params to pass to C. Note that the params to C are a hash whereas the parms to this function are a hashref. You have to call this function like: - $agent->follow_like_ok( {n=>3}, "looking for 3rd link" ); + $agent->follow_link_ok( {n=>3}, "looking for 3rd link" ); As with other test functions, C<$comment> is optional. If it is supplied then it will display when running the test harness in verbose mode.