[Http-webtest-commits] CVS: HTTP-WebTest TODO,1.7,1.8
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-02-16 23:49:04
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv29800 Modified Files: TODO Log Message: Remove obsolete information about old validation API from Plugin writer guide. Index: TODO =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TODO 16 Feb 2002 00:37:43 -0000 1.7 --- TODO 16 Feb 2002 23:48:54 -0000 1.8 *************** *** 7,13 **** * test broken tests diagnostics - * update plugin writer guide with info about new test parameter - validation API - * resurrect all parameter checks from old HTTP::WebTest --- 7,10 ---- *************** *** 28,32 **** * plugin for page validation with HTML::Validator ! * simple navigation using link names and button names (with HTML::Form) * Generator of both Perl and wtscript code from test objects --- 25,29 ---- * plugin for page validation with HTML::Validator ! * simple navigation using link names and button names (with HTML::Form ?) * Generator of both Perl and wtscript code from test objects |