- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jan 2006 08:14:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator/t
In directory hutz:/tmp/cvs-serv30621
Modified Files:
module-linkcheck.t
Log Message:
fixing typo (thanks bjoern for the tip)
Index: module-linkcheck.t
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/t/module-linkcheck.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- module-linkcheck.t 13 Jan 2006 08:07:01 -0000 1.3
+++ module-linkcheck.t 13 Jan 2006 08:14:38 -0000 1.4
@@ -12,7 +12,7 @@
print "ok 2\n";
-$checker->uris('http://www.w3.org/People/olivier/stuff/test-link.html ');
+$checker->uris('http://www.w3.org/People/olivier/stuff/test-link.html');
print "ok 3\n";
#my %result= $checker->process_list;
Received on Friday, 13 January 2006 08:14:49 UTC