[Zodb-checkins] CVS: ZODB3/ZEO/tests - testConnection.py:1.16.2.1
Jeremy Hylton
jeremy at zope.com
Wed Sep 10 13:41:26 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv13413/ZEO/tests
Modified Files:
Tag: ZODB3-3_2-branch
testConnection.py
Log Message:
Change name to envdir in config file.
=== ZODB3/ZEO/tests/testConnection.py 1.16 => 1.16.2.1 ===
--- ZODB3/ZEO/tests/testConnection.py:1.16 Fri Jun 13 18:27:33 2003
+++ ZODB3/ZEO/tests/testConnection.py Wed Sep 10 12:41:25 2003
@@ -38,7 +38,7 @@
def getConfig(self, path, create, read_only):
return """\
<fullstorage 1>
- name %s
+ envdir %s
read-only %s
</fullstorage>""" % (path, read_only and "yes" or "no")
More information about the Zodb-checkins
mailing list