Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 12201
Status: rejected
Priority: 0/
Queue: Test-WWW-Mechanize

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.05_02
Fixed in: (no value)



Subject: wish: find_links_ok()
Here's the rationale for adding find_links() when follow_links_ok() might seem better: Sometimes the scope of a test script is to make sure that a single page has been created is OK. Testing outgoing links is beyond the scope of the test. These links will testing as /incoming/ links by a test script for the target page. [ Thinks. ] OTOH, maybe I should just make TODO tests with follow_link_ok() now, and then un-TODO them later when the target page is created. Second opinion? Mark