[Http-webtest-commits] HTTP-WebTest-Recorder MANIFEST,1.2,1.3
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-02-01 22:30:38
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder In directory sc8-pr-cvs1:/tmp/cvs-serv18767 Modified Files: MANIFEST Log Message: Updated Index: MANIFEST =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/MANIFEST,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MANIFEST 25 Jan 2003 14:58:14 -0000 1.2 --- MANIFEST 1 Feb 2003 22:30:35 -0000 1.3 *************** *** 3,11 **** 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 --- 3,7 ---- bin/rec-proxy lib/HTTP/WebTest/Recorder.pm ! lib/HTTP/WebTest/Recorder/Actions.pm lib/HTTP/WebTest/Recorder/Controller.pm lib/HTTP/WebTest/Recorder/Exceptions.pm *************** *** 16,24 **** t/01-recorder.t t/02-controller.t ! t/03-action.t ! 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 --- 12,16 ---- t/01-recorder.t t/02-controller.t ! t/03-actions.t t/50-web.t t/HTTP/WebTest/Recorder/template/testcrash |