[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.40.2.5
Jeremy Hylton
jeremy at zope.com
Sat Sep 6 23:26:16 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv7498
Modified Files:
Tag: ZODB3-3_2-branch
ConnectionTests.py
Log Message:
Add a keep=0 to avoid leaving temp files behind.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.40.2.4 => 1.40.2.5 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.40.2.4 Fri Sep 5 16:20:33 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py Sat Sep 6 22:26:14 2003
@@ -693,7 +693,7 @@
self._newAddr()
# Start a read-only server
- self.startServer(create=0, index=0, read_only=1)
+ self.startServer(create=0, index=0, read_only=1, keep=0)
# Start a client in fallback mode
self._storage = self.openClientStorage(read_only_fallback=1)
# Stores should fail here
More information about the Zodb-checkins
mailing list