[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP WebTest.pm,1.19,1.20
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-06-20 18:32:22
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv29568/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.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** WebTest.pm 19 Jun 2002 10:28:21 -0000 1.19 --- WebTest.pm 20 Jun 2002 18:32:18 -0000 1.20 *************** *** 652,656 **** See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>. - =head2 cookie --- 652,655 ---- *************** *** 808,812 **** over 10 it must have an even number of elements. - =head2 default_report --- 807,810 ---- *************** *** 840,844 **** Any number greater that zero. - =head2 end_test --- 838,841 ---- *************** *** 846,849 **** --- 843,847 ---- L<wtscript format|Running HTTP::WebTest using a parameter file>. It marks end of test block. + =head2 error_log *************** *** 950,954 **** Perl @INC array. - =head2 mail --- 948,951 ---- *************** *** 995,999 **** Name of user under which test script runs. - =head2 mail_server --- 992,995 ---- *************** *** 1015,1019 **** C<min_bytes> is specified). - =head2 max_rtime --- 1011,1014 ---- *************** *** 1025,1029 **** C<min_rtime> is specified). - =head2 method --- 1020,1023 ---- *************** *** 1034,1038 **** =head3 Allowed values ! C<GET>, C<PUT> =head3 Default value --- 1028,1032 ---- =head3 Allowed values ! C<GET>, C<POST> =head3 Default value *************** *** 1090,1094 **** See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>. - =head2 output_ref --- 1084,1087 ---- *************** *** 1142,1146 **** plugins = ( HTTP::WebTest::Plugin::Click ) - =head2 proxies --- 1135,1138 ---- *************** *** 1173,1177 **** See also the C<text_require> and C<ignore_case> parameters. - =head2 send_cookies --- 1165,1168 ---- *************** *** 1255,1259 **** =back - =head2 test_name --- 1246,1249 ---- *************** *** 1289,1293 **** where C<NN> is version number of HTTP-WebTest. - --- 1279,1282 ---- |