[Http-webtest-commits] HTTP-WebTest MANIFEST,1.24,1.25 Changes,1.54,1.55
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-09-24 21:15:25
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv23454 Modified Files: MANIFEST Changes Log Message: Updated Index: MANIFEST =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** MANIFEST 24 Sep 2002 20:20:22 -0000 1.24 --- MANIFEST 24 Sep 2002 21:15:23 -0000 1.25 *************** *** 113,116 **** --- 113,117 ---- t/test.out/proxy t/test.out/redirect + t/test.out/relative_urls t/test.out/report-cookie1 t/test.out/report-cookie2 Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** Changes 24 Sep 2002 20:20:23 -0000 1.54 --- Changes 24 Sep 2002 21:15:23 -0000 1.55 *************** *** 10,13 **** --- 10,16 ---- sequence runtime. Inspired by Paul Hamingson's patch. + * New core test parameter 'relative_urls' which enables HTTP-WebTest + to use relative URLs in tests. + 1.99_09 Thu Aug 22 2002 |