Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv18605/lib/HTTP
Modified Files:
WebTest.pm.in WebTest.pm
Log Message:
License change
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** WebTest.pm.in 15 Jun 2002 21:35:22 -0000 1.14
--- WebTest.pm.in 19 Jun 2002 10:28:21 -0000 1.15
***************
*** 92,99 ****
| | | |
-------------- ---------------------
! | |
! | ---------------------------
! | |
! V V ------------------------
------------- | |
| |---------->| Temporary Apache |
--- 92,99 ----
| | | |
-------------- ---------------------
! | |
! | -----------------------------
! | |
! V V ------------------------
------------- | |
| |---------->| Temporary Apache |
***************
*** 461,466 ****
Following plugin modules come with HTTP::WebTest but they are not
! loaded by default. They should be loaded using global test parameter
! C<plugins> when needed.
=over 4
--- 461,466 ----
Following plugin modules come with HTTP::WebTest but they are not
! loaded by default. To use such plugin module load it using global
! test parameter C<plugins>.
=over 4
***************
*** 471,474 ****
--- 471,479 ----
build test requests.
+ =item L<HTTP::WebTest::Plugin::Delay|HTTP::WebTest::Plugin::Delay>
+
+ This plugin module allows to add pauses before running specific tests
+ in test sequence.
+
=item L<HTTP::WebTest::Plugin::HarnessReport|HTTP::WebTest::Plugin::HarnessReport>
***************
*** 543,553 ****
specified, Apache must be installed.
- =head1 SUPPORT
-
- Please email bug reports, suggestions, questions, etc. to
- C<HTTP::WebTest> maillist
- C<htt...@li...>. You can sign up at
- http://lists.sourceforge.net/lists/listinfo/http-webtest-general.
-
=head1 AUTHORS
--- 548,551 ----
***************
*** 561,572 ****
Please don't email authors directly. Use C<HTTP::WebTest> maillists.
=head1 COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 559,577 ----
Please don't email authors directly. Use C<HTTP::WebTest> maillists.
+ =head1 SUPPORT
+
+ Please email bug reports, suggestions, questions, etc. to
+ C<HTTP::WebTest> maillist
+ C<htt...@li...>. You can sign up at
+ http://lists.sourceforge.net/lists/listinfo/http-webtest-general.
+
=head1 COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** WebTest.pm 15 Jun 2002 21:51:06 -0000 1.18
--- WebTest.pm 19 Jun 2002 10:28:21 -0000 1.19
***************
*** 8,11 ****
--- 8,12 ----
# lib/HTTP/WebTest/Plugin/Cookies.pm
# lib/HTTP/WebTest/Plugin/DefaultReport.pm
+ # lib/HTTP/WebTest/Plugin/Delay.pm
# lib/HTTP/WebTest/Plugin/HarnessReport.pm
# lib/HTTP/WebTest/Plugin/Hooks.pm
***************
*** 113,120 ****
| | | |
-------------- ---------------------
! | |
! | ---------------------------
! | |
! V V ------------------------
------------- | |
| |---------->| Temporary Apache |
--- 114,121 ----
| | | |
-------------- ---------------------
! | |
! | -----------------------------
! | |
! V V ------------------------
------------- | |
| |---------->| Temporary Apache |
***************
*** 482,487 ****
Following plugin modules come with HTTP::WebTest but they are not
! loaded by default. They should be loaded using global test parameter
! C<plugins> when needed.
=over 4
--- 483,488 ----
Following plugin modules come with HTTP::WebTest but they are not
! loaded by default. To use such plugin module load it using global
! test parameter C<plugins>.
=over 4
***************
*** 492,495 ****
--- 493,501 ----
build test requests.
+ =item L<HTTP::WebTest::Plugin::Delay|HTTP::WebTest::Plugin::Delay>
+
+ This plugin module allows to add pauses before running specific tests
+ in test sequence.
+
=item L<HTTP::WebTest::Plugin::HarnessReport|HTTP::WebTest::Plugin::HarnessReport>
***************
*** 823,826 ****
--- 829,844 ----
C<yes>
+ =head2 delay
+
+ I<NON-CORE PARAMETER> from L<HTTP::WebTest::Plugin::Delay>
+
+ This is a scalar parameter which defines duration of pause (in
+ seconds) before running test.
+
+ =head3 Allowed values
+
+ Any number greater that zero.
+
+
=head2 end_test
***************
*** 1329,1339 ****
specified, Apache must be installed.
- =head1 SUPPORT
-
- Please email bug reports, suggestions, questions, etc. to
- C<HTTP::WebTest> maillist
- C<htt...@li...>. You can sign up at
- http://lists.sourceforge.net/lists/listinfo/http-webtest-general.
-
=head1 AUTHORS
--- 1347,1350 ----
***************
*** 1347,1358 ****
Please don't email authors directly. Use C<HTTP::WebTest> maillists.
=head1 COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 1358,1376 ----
Please don't email authors directly. Use C<HTTP::WebTest> maillists.
+ =head1 SUPPORT
+
+ Please email bug reports, suggestions, questions, etc. to
+ C<HTTP::WebTest> maillist
+ C<htt...@li...>. You can sign up at
+ http://lists.sourceforge.net/lists/listinfo/http-webtest-general.
+
=head1 COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
|