- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
 - Date: Mon, 28 Jan 2008 05:13:07 +0000
 - To: www-validator-cvs@w3.org
 
Update of /sources/public/2008/link-testsuite/harness
In directory hutz:/tmp/cvs-serv1941/harness
Modified Files:
	linktest.py 
Log Message:
test collections for http errors and redirects
Index: linktest.py
===================================================================
RCS file: /sources/public/2008/link-testsuite/harness/linktest.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- linktest.py	28 Jan 2008 03:50:59 -0000	1.2
+++ linktest.py	28 Jan 2008 05:13:05 -0000	1.3
@@ -245,7 +245,6 @@
     suite = unittest.TestSuite()
     basedir = getBaseDir()
     for testcollection_file in (glob.glob(os.path.join(basedir, 'testcases', '**', '*.collection'))):
-        print testcollection_file
         colldir = os.path.dirname(os.path.abspath(testcollection_file))
         colldir = os.path.split(colldir)[-1]
         
Received on Monday, 28 January 2008 05:13:21 UTC