[Http-webtest-commits] CVS: HTTP-WebTest MANIFEST,1.8,1.9
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-04-28 21:18:21
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv21823 Modified Files: MANIFEST Log Message: Updated Index: MANIFEST =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** MANIFEST 8 Apr 2002 07:34:15 -0000 1.8 --- MANIFEST 27 Apr 2002 22:02:09 -0000 1.9 *************** *** 17,20 **** --- 17,21 ---- lib/HTTP/WebTest/Plugin.pm lib/HTTP/WebTest/Plugin/Apache.pm + lib/HTTP/WebTest/Plugin/Click.pm lib/HTTP/WebTest/Plugin/ContentSizeTest.pm lib/HTTP/WebTest/Plugin/Cookies.pm *************** *** 44,47 **** --- 45,49 ---- t/08-plugins.t t/09-hooks.t + t/10-click.t t/HTTP/WebTest/Plugin/Counter.pm t/HelloWorld.pm *************** *** 77,80 **** --- 79,89 ---- t/test.out/borked7.err t/test.out/borked8.err + t/test.out/click_button1 + t/test.out/click_button2 + t/test.out/click_button3 + t/test.out/click_button4 + t/test.out/click_link1 + t/test.out/click_link2 + t/test.out/click_link3 t/test.out/cookie1 t/test.out/cookie2 *************** *** 116,119 **** --- 125,130 ---- t/test2.html.in t/test2.txt + t/test3.html t/test3.txt + t/test4.html t/utils.pl |