Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv12126
Modified Files:
TODO Changes
Log Message:
Updated
Index: TODO
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/TODO,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TODO 15 Aug 2002 20:36:51 -0000 1.23
--- TODO 22 Aug 2002 07:21:13 -0000 1.24
***************
*** 5,11 ****
* Consider using XPath expressions (in Click plugin and on their own)
- * Support for testing for non-200 status codes (implies optionally
- disabling redirect handling)
-
* Fix tests incompatiblity with 5.8.0
--- 5,8 ----
***************
*** 14,24 ****
* rewrite HarnessReport plugin using Test::Builder
- * do not fail in make test if Algorithm::Diff is missing
-
* support hidden fields in Click plugin
! * polish local mode tests - they are *very* non portable now
! * automated tests for mail sending
* plugin for page validation with HTML::Validator (HTML::Lint ? or both ?)
--- 11,21 ----
* rewrite HarnessReport plugin using Test::Builder
* support hidden fields in Click plugin
! * polish local mode tests - they are *very* non portable now (or just
! move Apache plugin in separate distro)
! * automated tests for mail sending (even better unit tests for all
! code)
* plugin for page validation with HTML::Validator (HTML::Lint ? or both ?)
***************
*** 38,42 ****
clarified. Probably I need one example of very simple plugin.
! * Add test name into error text
!
! * Allow comments inside of list parameters
--- 35,37 ----
clarified. 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.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** Changes 20 Aug 2002 20:57:51 -0000 1.48
--- Changes 22 Aug 2002 07:21:13 -0000 1.49
***************
*** 21,24 ****
--- 21,29 ----
Paul Hamingson for patch.
+ BUG FIXES:
+
+ * Previously comments inside of list parameters in wtscript files was
+ not allowed. Reported by William McKee.
+
1.99_08 Wed Jul 31 2002
|