Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30168/lib/HTTP
Modified Files:
WebTest.pm.in WebTest.pm
Log Message:
Added LinksTest.pm
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** WebTest.pm.in 11 Mar 2004 10:36:02 -0000 1.36
--- WebTest.pm.in 15 Mar 2004 10:08:33 -0000 1.37
***************
*** 424,427 ****
--- 424,431 ----
This plugin module allows the user to specify pauses in the test sequence.
+ =item L<HTTP::WebTest::Plugin::LinksTest|HTTP::WebTest::Plugin::LinksTest>
+
+ This plugin module provides link validation in HTML pages.
+
=item L<HTTP::WebTest::Plugin::HarnessReport|HTTP::WebTest::Plugin::HarnessReport>
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** WebTest.pm 11 Mar 2004 10:36:03 -0000 1.39
--- WebTest.pm 15 Mar 2004 10:08:33 -0000 1.40
***************
*** 10,13 ****
--- 10,14 ----
# lib/HTTP/WebTest/Plugin/HarnessReport.pm
# lib/HTTP/WebTest/Plugin/Hooks.pm
+ # lib/HTTP/WebTest/Plugin/LinksTest.pm
# lib/HTTP/WebTest/Plugin/Loader.pm
# lib/HTTP/WebTest/Plugin/ResponseTimeTest.pm
***************
*** 445,448 ****
--- 446,453 ----
This plugin module allows the user to specify pauses in the test sequence.
+ =item L<HTTP::WebTest::Plugin::LinksTest|HTTP::WebTest::Plugin::LinksTest>
+
+ This plugin module provides link validation in HTML pages.
+
=item L<HTTP::WebTest::Plugin::HarnessReport|HTTP::WebTest::Plugin::HarnessReport>
***************
*** 542,545 ****
--- 547,564 ----
for web page access authorization.
+ =head2 check_links
+
+ I<NON-CORE PARAMETER> from L<HTTP::WebTest::Plugin::LinksTest>
+
+ If set to C<yes> checks links in HTML pages.
+
+ =head3 Allowed values
+
+ C<yes>, C<no>
+
+ =head3 Default value
+
+ C<no>
+
=head2 click_button
|