[Zodb-checkins] CVS: ZODB3/ZEO/tests - testConnection.py:1.12

Jeremy Hylton jeremy at zope.com
Fri May 23 18:45:12 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv15197

Modified Files:
	testConnection.py 
Log Message:
Specify valid Boolean value for BDB.


=== ZODB3/ZEO/tests/testConnection.py 1.11 => 1.12 ===
--- ZODB3/ZEO/tests/testConnection.py:1.11	Fri May 23 17:33:29 2003
+++ ZODB3/ZEO/tests/testConnection.py	Fri May 23 17:45:11 2003
@@ -40,7 +40,7 @@
         <fullstorage>
         name %s
         read-only %s
-        </fullstorage>""" % (path, read_only)
+        </fullstorage>""" % (path, read_only and "yes" or "no")
 
 class MappingStorageConfig:
     def getConfig(self, path, create, read_only):




More information about the Zodb-checkins mailing list