[Zope-Checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.4.2.4.2.2
Jeremy Hylton
jeremy@zope.com
Wed, 11 Jun 2003 18:34:35 -0400
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv1476
Modified Files:
Tag: tim-loading_oids_status-branch
ConnectionTests.py
Log Message:
Add a suffix to the tempfile to help identify it.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.4.2.4.2.1 => 1.4.2.4.2.2 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.4.2.4.2.1 Wed Jun 11 17:35:10 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py Wed Jun 11 18:34:34 2003
@@ -55,7 +55,7 @@
getStorage() method.
"""
zLOG.LOG("testZEO", zLOG.INFO, "setUp() %s" % self.id())
- self.file = tempfile.mktemp()
+ self.file = tempfile.mktemp(".fs")
self.addr = []
self._pids = []
self._servers = []