Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv27298
Modified Files:
MANIFEST
Log Message:
Updated
Index: MANIFEST
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MANIFEST 15 Feb 2002 14:57:45 -0000 1.6
--- MANIFEST 21 Feb 2002 01:48:52 -0000 1.7
***************
*** 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,83 ----
t/test.out/borked7.err
t/test.out/borked8.err
+ t/test.out/click_link1
t/test.out/cookie1
t/test.out/cookie2
***************
*** 111,115 ****
--- 114,121 ----
t/test.out/user_agent
t/test.shtml
+ t/test1.html
t/test1.txt
+ t/test2.html.in
t/test2.txt
+ t/test3.txt
t/utils.pl
|