perl/modules/W3C/LogValidator/t module-linkcheck.t,1.1,1.2

Update of /sources/public/perl/modules/W3C/LogValidator/t
In directory hutz:/tmp/cvs-serv27557

Modified Files:
	module-linkcheck.t 
Log Message:
simpler test doc for linkcheck module

Index: module-linkcheck.t
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/t/module-linkcheck.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- module-linkcheck.t	30 Aug 2005 07:32:09 -0000	1.1
+++ module-linkcheck.t	5 Sep 2005 05:22:19 -0000	1.2
@@ -11,7 +11,7 @@
 print "ok 2\n";
 
 
-$checker->uris('http://www.w3.org/QA/Tools/qa-dev');
+$checker->uris('http://www.w3.org/People/olivier/stuff/test-link.html ');
 print "ok 3\n";
 
 my %result= $checker->process_list;

Received on Monday, 5 September 2005 05:22:26 UTC