[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.46.2.3
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 11 17:16:13 EST 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv10435/ZEO/tests
Modified Files:
Tag: ZODB3-mvcc-2-branch
ConnectionTests.py
Log Message:
Change the way filenames for the cache are generated.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.46.2.2 => 1.46.2.3 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.46.2.2 Tue Nov 11 16:50:50 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py Tue Nov 11 17:16:12 2003
@@ -109,7 +109,7 @@
os.waitpid(pid, 0)
for c in self.caches:
for i in 0, 1:
- path = "c1-%s-%d.zec" % (c, i)
+ path = "%s-%s.zec" % (c, "1")
# On Windows before 2.3, we don't have a way to wait for
# the spawned server(s) to close, and they inherited
# file descriptors for our open files. So long as those
More information about the Zodb-checkins
mailing list