[Zope-Checkins] CVS: ZODB3/ZEO/tests - testConnection.py:1.12

Jeremy Hylton jeremy@zope.com
Fri, 23 May 2003 17:45:12 -0400


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):