[Zope3-checkins] CVS: Zope3 - test.py:1.43
Axel Bringenberg
A.Bringenberg@srz-berlin.de
Wed, 26 Mar 2003 05:43:24 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv20181
Modified Files:
test.py
Log Message:
- added hint for possible breaking test runner
=== Zope3/test.py 1.42 => 1.43 ===
--- Zope3/test.py:1.42 Tue Mar 25 17:51:24 2003
+++ Zope3/test.py Wed Mar 26 05:43:23 2003
@@ -334,6 +334,7 @@
class TestFileFinder:
def __init__(self, prefix):
self.files = []
+ # XXX will break if prefix ends with a slash
self._plen = len(prefix)+1
def visit(self, rx, dir, files):