Subject: | error in back.t and follow_link |
I'm getting the following errors trying to test WWW::Mechanize .75_01. They seem to be related to the new layout on Google, but I'm not sure.
The first can be fixed by using "Images" instead of "Jobs" on line 24 of back.t, as the jobs link no longer exists.
The second link also no longer appears to exist, but changing the word "tools" to any existing link doesn't help.
t/link..................ok
t/live/back.............ok 6/32Can't find any link matching Jobs on this page (http://www.google.com/intl/en/) at t/live/back.t line 24
t/live/back.............ok
t/live/click............ok
t/live/follow...........ok
t/live/follow_link......ok 4/7Can't call method "is_success" on an undefined value at t/live/follow_link.t line 16.
# Looks like you planned 7 tests but only ran 4.
# Looks like your test died just after 4.
t/live/follow_link......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-7
Failed 3/7 tests, 57.14% okay
t/live/form.............ok