Update of /cvsroot/http-webtest/HTTP-WebTest
In directory sc8-pr-cvs1:/tmp/cvs-serv12843
Modified Files:
Changes
Log Message:
Updated
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** Changes 22 Mar 2003 12:27:00 -0000 1.73
--- Changes 24 Mar 2003 11:26:36 -0000 1.74
***************
*** 11,14 ****
--- 11,18 ----
'mail_addresses'). Thanks to Amit Kaul for a bugreport and a patch.
+ * New versions of LWP add Client-Peer header in all responses what
+ breaks one of tests in the self-testing suite. This test was supposed
+ to be fixed by the previous release but it apparently it wasn't.
+
2.01 Sun Mar 2 2003
***************
*** 33,47 ****
* New versions of LWP add Client-Peer header in all responses what
! breaks one of tests in self-testing suite. This test is fixed so it
! should pass ok with both new and old versions of LWP. Thanks to
Johannes la Poutre for bug report.
! * Test in self-testing suite for 'timeout' parameter was buggy and
could fail on some machines. Thanks to Johannes la Poutre for bug
report.
! * HTTP::WebTest::Plugin::HarnessReport produced report output on
! STDERR what was adding noise in 'make test' output when being used in
! Test::Harness-style test suites.
2.00 Sat Dec 14 2002
--- 37,51 ----
* New versions of LWP add Client-Peer header in all responses what
! breaks one of tests in the self-testing suite. This test is fixed so
! it should pass ok with both new and old versions of LWP. Thanks to
Johannes la Poutre for bug report.
! * Test in the self-testing suite for 'timeout' parameter was buggy and
could fail on some machines. Thanks to Johannes la Poutre for bug
report.
! * HTTP::WebTest::Plugin::HarnessReport produced a report output on
! STDERR what was adding some noise in 'make test' output when being
! used in Test::Harness-style test suites.
2.00 Sat Dec 14 2002
|