[Http-webtest-commits] CVS: HTTP-WebTest MANIFEST,1.7,1.8
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-04-08 15:38:15
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv22794 Modified Files: MANIFEST Log Message: Remove until Click plugin from distro until it is finished Index: MANIFEST =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** MANIFEST 21 Feb 2002 01:48:52 -0000 1.7 --- MANIFEST 8 Apr 2002 07:34:15 -0000 1.8 *************** *** 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 --- 17,20 ---- *************** *** 45,49 **** t/08-plugins.t t/09-hooks.t - t/10-click.t t/HTTP/WebTest/Plugin/Counter.pm t/HelloWorld.pm --- 44,47 ---- *************** *** 79,83 **** t/test.out/borked7.err t/test.out/borked8.err - t/test.out/click_link1 t/test.out/cookie1 t/test.out/cookie2 --- 77,80 ---- *************** *** 107,111 **** t/test.out/subparam1 t/test.out/subparam2 ! t/test.out/test-harness t/test.out/test_name t/test.out/text_match1 --- 104,109 ---- t/test.out/subparam1 t/test.out/subparam2 ! t/test.out/test-harness-not-ok ! t/test.out/test-harness-ok t/test.out/test_name t/test.out/text_match1 |