[Http-webtest-commits] HTTP-WebTest-Recorder MANIFEST,1.1.1.1,1.2
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-01-25 14:58:18
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder In directory sc8-pr-cvs1:/tmp/cvs-serv28339 Modified Files: MANIFEST Log Message: Updated Index: MANIFEST =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/MANIFEST,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** MANIFEST 3 Jan 2003 23:01:12 -0000 1.1.1.1 --- MANIFEST 25 Jan 2003 14:58:14 -0000 1.2 *************** *** 2,13 **** Makefile.PL bin/rec-proxy - lib/HTTP/WebTest/Action.pm - lib/HTTP/WebTest/Action/List.pm - lib/HTTP/WebTest/Action/Request.pm - lib/HTTP/WebTest/Controller.pm lib/HTTP/WebTest/Recorder.pm ! lib/HTTP/WebTest/template/list ! lib/HTTP/WebTest/template/page.inc ! lib/HTTP/WebTest/template/request t/01-recorder.t t/02-controller.t --- 2,17 ---- Makefile.PL bin/rec-proxy lib/HTTP/WebTest/Recorder.pm ! lib/HTTP/WebTest/Recorder/Action.pm ! lib/HTTP/WebTest/Recorder/Action/Enable.pm ! lib/HTTP/WebTest/Recorder/Action/List.pm ! lib/HTTP/WebTest/Recorder/Action/Request.pm ! lib/HTTP/WebTest/Recorder/Action/WTScript.pm ! lib/HTTP/WebTest/Recorder/Controller.pm ! lib/HTTP/WebTest/Recorder/Exceptions.pm ! lib/HTTP/WebTest/Recorder/template/list ! lib/HTTP/WebTest/Recorder/template/page.inc ! lib/HTTP/WebTest/Recorder/template/request ! lib/HTTP/WebTest/Recorder/template/wtscript t/01-recorder.t t/02-controller.t *************** *** 15,20 **** t/04-action-list.t t/05-action-request.t ! t/HTTP/WebTest/template/testcrash ! t/HTTP/WebTest/template/testdump ! t/HTTP/WebTest/template/testme t/test1.txt --- 19,28 ---- t/04-action-list.t t/05-action-request.t ! t/06-action-wtscript.t ! t/07-action-enable.t ! t/50-web.t ! t/HTTP/WebTest/Recorder/template/testcrash ! t/HTTP/WebTest/Recorder/template/testdump ! t/HTTP/WebTest/Recorder/template/testme ! t/init.wt t/test1.txt |