[Http-webtest-commits] HTTP-WebTest/lib/HTTP WebTest.pm,1.35,1.36
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-04-26 15:16:15
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory sc8-pr-cvs1:/tmp/cvs-serv9132/lib/HTTP Modified Files: WebTest.pm Log Message: Regenerated Index: WebTest.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** WebTest.pm 24 Mar 2003 11:13:28 -0000 1.35 --- WebTest.pm 26 Apr 2003 15:16:04 -0000 1.36 *************** *** 26,30 **** package HTTP::WebTest; ! $VERSION = '2.02'; # actual content of HTTP::WebTest package is in HTTP::WebTest::API --- 26,30 ---- package HTTP::WebTest; ! $VERSION = '2.03'; # actual content of HTTP::WebTest package is in HTTP::WebTest::API *************** *** 959,962 **** --- 959,969 ---- C<mail_addresses> test parameter. + =head2 mail_addresses + + I<GLOBAL PARAMETER> + + A list of e-mail addresses where report will be send (if sending + report is enabled with C<mail> test parameter). + =over 4 *************** *** 979,988 **** =back ! =head2 mail_addresses I<GLOBAL PARAMETER> ! A list of e-mail addresses where report will be send (if sending ! report is enabled with C<mail> test parameter). =head2 mail_from --- 986,1019 ---- =back ! =head2 mail_failure_subject I<GLOBAL PARAMETER> ! Sets C<Subject> header for test report e-mails when some tests ! fail. In this string some character sequences have special meaning: ! ! =over 4 ! ! =item %f ! ! the number of failed tests ! ! =item %s ! ! the number of successful tests ! ! =item %t ! ! the total number of tests ! ! =item %% ! ! replaced with single C<%> ! ! =back ! ! =head3 Default Value ! ! C<WEB TESTS FAILED! FOUND %f ERROR(S)> =head2 mail_from *************** *** 1005,1008 **** --- 1036,1052 ---- C<localhost> + + =head2 mail_success_subject + + I<GLOBAL PARAMETER> + + Sets C<Subject> header for test report e-mails when all tests are + passed successfully. In this string some character sequences have + special meaning (see C<mail_failure_subject> parameter for their + description). + + =head3 Default Value + + C<Web tests succeeded> =head2 max_bytes |