[Http-webtest-commits] HTTP-WebTest MANIFEST,1.22,1.23 Changes,1.47,1.48
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-08-20 20:57:54
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv21374 Modified Files: MANIFEST Changes Log Message: Updated Index: MANIFEST =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** MANIFEST 17 Aug 2002 10:23:13 -0000 1.22 --- MANIFEST 20 Aug 2002 20:57:51 -0000 1.23 *************** *** 90,93 **** --- 90,94 ---- t/test.out/click_button3 t/test.out/click_button4 + t/test.out/click_button_image t/test.out/click_link1 t/test.out/click_link2 *************** *** 101,104 **** --- 102,106 ---- t/test.out/delay t/test.out/file-upload + t/test.out/form_name t/test.out/handle-redirects-no t/test.out/handle-redirects-yes *************** *** 145,147 **** --- 147,151 ---- t/test3.txt t/test4.html + t/test5.html + t/test6.html t/utils.pl Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** Changes 19 Aug 2002 10:49:43 -0000 1.47 --- Changes 20 Aug 2002 20:57:51 -0000 1.48 *************** *** 14,17 **** --- 14,24 ---- optionally automatic handling of redirects by HTTP-WebTest. + * New test parameter 'form_name' in HTTP::WebTest::Plugin::Click + plugin. Thanks to Paul Hamingson for patch. + + * Test parameter 'click_button' in HTTP::WebTest::Plugin::Click plugin + now supports image buttons (i.e. <input type="image" ...>). Thanks to + Paul Hamingson for patch. + 1.99_08 Wed Jul 31 2002 |