Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv9147
Modified Files:
Changes
Log Message:
Updated
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Changes 12 May 2002 14:17:39 -0000 1.25
--- Changes 15 May 2002 19:30:56 -0000 1.26
***************
*** 7,10 ****
--- 7,22 ----
Revision history for Perl module HTTP::WebTest.
+ Current version
+
+ ENHANCEMENTS:
+
+ * Non-core test parameters are included in POD documentation of
+ HTTP::WebTest.
+
+ INCOMPATIBILITIES:
+
+ * Changed syntax of wtscript files. Parser of wtscript files expands
+ Perl variables in double quoted strings.
+
1.99_06 Sun May 12 2002
***************
*** 12,17 ****
* New core test parameter 'http_headers'. Allows to add additional
! HTTP headers to HTTP request or override default HTTP headers in HTTP
! request. Thanks to Duncan Cameron for patch.
* New plugin HTTP::WebTest::Plugin::Click. This plugin allows to use
--- 24,29 ----
* New core test parameter 'http_headers'. Allows to add additional
! HTTP headers to HTTP request or to override default HTTP headers in
! HTTP request. Thanks to Duncan Cameron for patch.
* New plugin HTTP::WebTest::Plugin::Click. This plugin allows to use
***************
*** 20,26 ****
BUG FIXES:
! * Set Content-type to 'application/x-www-form-urlencoded' for
! POST. Fixed for second time. Apparently code to do this was lost
! during HTTP-WebTest rewrite. Thanks to Duncan Cameron for patch.
1.99_05 Mon Apr 8 2002
--- 32,38 ----
BUG FIXES:
! * Set Content-type to 'application/x-www-form-urlencoded' for POST.
! Fixed for second time. Apparently code to do this was lost during
! HTTP-WebTest rewrite. Thanks to Duncan Cameron for patch.
1.99_05 Mon Apr 8 2002
***************
*** 65,69 ****
support of embeded Perl in wtscript files.
! * Changed format of wtscript files. Speaking more precisely rules for
test parameters value quoting have been changed to be more Perl alike.
It means that value of param should be written either as
--- 77,81 ----
support of embeded Perl in wtscript files.
! * Changed syntax of wtscript files. Speaking more precisely rules for
test parameters value quoting have been changed to be more Perl alike.
It means that value of param should be written either as
|