2008/link-testsuite/harness linktest.py,1.1,1.2

Update of /sources/public/2008/link-testsuite/harness
In directory hutz:/tmp/cvs-serv31832/harness

Modified Files:
	linktest.py 
Log Message:
fixing base href test

Index: linktest.py
===================================================================
RCS file: /sources/public/2008/link-testsuite/harness/linktest.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- linktest.py	28 Jan 2008 02:19:29 -0000	1.1
+++ linktest.py	28 Jan 2008 03:50:59 -0000	1.2
@@ -245,6 +245,7 @@
     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 03:51:11 UTC