[Zodb-checkins] CVS: ZODB3/ZODB/tests - testConfig.py:1.10.18.1
Jeremy Hylton
jeremy at zope.com
Wed Sep 10 14:39:21 EDT 2003
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv23455
Modified Files:
Tag: ZODB3-3_2-branch
testConfig.py
Log Message:
BDBStorage: name -> envdir
=== ZODB3/ZODB/tests/testConfig.py 1.10 => 1.10.18.1 ===
--- ZODB3/ZODB/tests/testConfig.py:1.10 Thu Jan 23 10:39:43 2003
+++ ZODB3/ZODB/tests/testConfig.py Wed Sep 10 13:39:20 2003
@@ -123,7 +123,7 @@
cfg = """
<zodb>
<fullstorage>
- name %s
+ envdir %s
</fullstorage>
</zodb>
""" % self._path
@@ -133,7 +133,7 @@
cfg = """
<zodb>
<minimalstorage>
- name %s
+ envdir %s
</minimalstorage>
</zodb>
""" % self._path
More information about the Zodb-checkins
mailing list