Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv10555
Modified Files:
TODO Changes
Log Message:
Test parameters validation API have been changed. All plugins have
been fixed to conform new API. This change is required for proper
support of embeded Perl in wtscript files.
Index: TODO
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TODO 2002/01/28 07:11:05 1.2
--- TODO 2002/02/02 04:08:19 1.3
***************
*** 3,6 ****
--- 3,13 ----
My current TODO:
+ * fix tests which were broken by test parameter validation API change
+
+ * update plugin writer guide with info about new test parameter
+ validation API
+
+ * write more tests from test parameter validation
+
* write cookbook
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Changes 2002/01/29 03:52:40 1.10
--- Changes 2002/02/02 04:08:19 1.11
***************
*** 11,17 ****
ENHANCEMENTS:
! * Improve syntax error reporting in parser of wtscript files
! * Support for embeded Perl in wtscript files in parser
1.99_03 Mon Jan 28 2002
--- 11,23 ----
ENHANCEMENTS:
! * Improve syntax error reporting in parser of wtscript files.
! * Support for embeded Perl in wtscript files in parser.
!
! INCOMPATIBILITIES:
!
! * Test parameters validation API have been changed. All plugins have
! been fixed to conform new API. This change is required for proper
! support of embeded Perl in wtscript files.
1.99_03 Mon Jan 28 2002
|