[Http-webtest-commits] HTTP-WebTest MANIFEST,1.33,1.34 Changes,1.83,1.84
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2004-03-15 10:17:42
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30168 Modified Files: MANIFEST Changes Log Message: Added LinksTest.pm Index: MANIFEST =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** MANIFEST 14 Jul 2003 08:21:52 -0000 1.33 --- MANIFEST 15 Mar 2004 10:08:34 -0000 1.34 *************** *** 1,9 **** Changes INSTALL - MANIFEST This list of files - Makefile.PL - README - TODO - bin/wt lib/Bundle/HTTP/WebTest.pm lib/HTTP/WebTest.pm --- 1,5 ---- + bin/wt Changes INSTALL lib/Bundle/HTTP/WebTest.pm lib/HTTP/WebTest.pm *************** *** 21,24 **** --- 17,21 ---- lib/HTTP/WebTest/Plugin/HarnessReport.pm lib/HTTP/WebTest/Plugin/Hooks.pm + lib/HTTP/WebTest/Plugin/LinksTest.pm lib/HTTP/WebTest/Plugin/Loader.pm lib/HTTP/WebTest/Plugin/ResponseTimeTest.pm *************** *** 33,39 **** lib/HTTP/WebTest/TestResult.pm lib/HTTP/WebTest/Utils.pm ! scripts/README scripts/make_readme.PL scripts/pod_merge.PL t/01-api.t t/02-generic.t --- 30,39 ---- lib/HTTP/WebTest/TestResult.pm lib/HTTP/WebTest/Utils.pm ! Makefile.PL ! MANIFEST This list of files ! README scripts/make_readme.PL scripts/pod_merge.PL + scripts/README t/01-api.t t/02-generic.t *************** *** 49,56 **** t/12-request.t t/13-harness.t ! t/HTTP/WebTest/Plugin/Counter.pm ! t/HelloWorld.pm ! t/README ! t/StartTests.pm t/borked1.wt t/borked2.wt --- 49,53 ---- t/12-request.t t/13-harness.t ! t/14-linkstest.t t/borked1.wt t/borked2.wt *************** *** 62,67 **** --- 59,68 ---- t/borked8.wt t/good.wt.in + t/HelloWorld.pm + t/HTTP/WebTest/Plugin/Counter.pm + t/README t/real.wt.in t/simple.wt + t/StartTests.pm t/test.out/auth t/test.out/borked1.err *************** *** 139,140 **** --- 140,142 ---- t/test5.html t/test6.html + TODO Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** Changes 5 Sep 2003 20:06:12 -0000 1.83 --- Changes 15 Mar 2004 10:08:34 -0000 1.84 *************** *** 3,6 **** --- 3,12 ---- Revision history for Perl module HTTP::WebTest. + 2.05 *not released yet* + + * Carlos Ramirez contributed new HTTP::WebTest plugin LinksTest.pm. + This plugin module adds validation of links in HTML pages. Thanks to + Carlos Ramirez. + 2.04 Fri Sep 5 2003 |