[Http-webtest-commits] HTTP-WebTest TODO,1.26,1.27 Changes,1.50,1.51
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-08-22 08:36:20
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv32146 Modified Files: TODO Changes Log Message: Updated Index: TODO =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/TODO,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** TODO 22 Aug 2002 07:58:16 -0000 1.26 --- TODO 22 Aug 2002 08:36:13 -0000 1.27 *************** *** 5,10 **** * Consider using XPath expressions (in Click plugin and on their own) - * Add start/end test sequence hooks into Hook plugin - * rewrite HarnessReport plugin using Test::Builder --- 5,8 ---- *************** *** 30,35 **** * Support including of test scripts into other test scripts ! * More work on cookbook. Example with $Test::dbh should be ! clarified. Probably I need one example of very simple plugin. * Add test name into errors text --- 28,33 ---- * Support including of test scripts into other test scripts ! * More work on cookbook. Probably I need one example of very simple ! plugin. * Add test name into errors text Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** Changes 22 Aug 2002 07:39:38 -0000 1.50 --- Changes 22 Aug 2002 08:36:13 -0000 1.51 *************** *** 21,24 **** --- 21,30 ---- Paul Hamingson for patch. + * Added two test parameters 'on_start' and 'on_finish' to + HTTP::WebTest::Plugin::Hook plugin. + + * Extended example 'User-Defined Tests' in Cookbook. Suggested by + William McKee. + BUG FIXES: |