[Http-webtest-commits] HTTP-WebTest Changes,1.67,1.68
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-01-02 21:33:24
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory sc8-pr-cvs1:/tmp/cvs-serv21296 Modified Files: Changes Log Message: Updated Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** Changes 29 Dec 2002 14:30:36 -0000 1.67 --- Changes 2 Jan 2003 21:33:21 -0000 1.68 *************** *** 7,11 **** ENHANCEMENTS: ! * Port self test suite from Test to Test::More. DEPRECATIONS: --- 7,11 ---- ENHANCEMENTS: ! * Port self-testing suite from Test to Test::More. DEPRECATIONS: *************** *** 15,18 **** --- 15,25 ---- exported from HTTP::WebTest::SelfTest but their usage from this module is deprecated. + + BUG FIXES: + + * 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. 2.00 Sat Dec 14 2002 |