Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv32189
Modified Files:
TODO MANIFEST Changes
Log Message:
Updated
Index: TODO
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/TODO,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** TODO 30 Jul 2002 07:06:11 -0000 1.18
--- TODO 31 Jul 2002 09:04:25 -0000 1.19
***************
*** 5,11 ****
* Add start/end test sequence hooks into Hook plugin
- * Do not output html, cookies, header for successful tests with
- terse=failed_only
-
* rewrite HarnessReport plugin using Test::Builder
--- 5,8 ----
***************
*** 20,24 ****
* plugin for page validation with HTML::Validator (HTML::Lint ? or both ?)
! * Generator of both Perl and wtscript code from test objects
* HTTP proxy which autogenerates skeleton of test file (consider using
--- 17,21 ----
* plugin for page validation with HTML::Validator (HTML::Lint ? or both ?)
! * Generator of Perl and wtscript code from test objects
* HTTP proxy which autogenerates skeleton of test file (consider using
Index: MANIFEST
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MANIFEST 24 Jul 2002 22:17:47 -0000 1.19
--- MANIFEST 31 Jul 2002 09:04:25 -0000 1.20
***************
*** 115,118 ****
--- 115,120 ----
t/test.out/report-html-cookie
t/test.out/report-terse-failed_only
+ t/test.out/report-terse-show-failed_only
+ t/test.out/report-terse-show-summary
t/test.out/report-terse-summary
t/test.out/request
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** Changes 30 Jul 2002 07:02:51 -0000 1.40
--- Changes 31 Jul 2002 09:04:25 -0000 1.41
***************
*** 40,43 ****
--- 40,48 ----
deprecated.
+ BUG FIXES:
+
+ * Test parameters 'show_cookies', 'show_headers' and 'show_html' now
+ respect values of test parameter 'terse'. Reported by William McKee.
+
1.99_07 Sun Jun 16 2002
|