[Zodb-checkins] CVS: ZODB3/ZEO/tests - testMonitor.py:1.4
Jeremy Hylton
jeremy at zope.com
Fri May 23 19:09:37 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv18844
Modified Files:
testMonitor.py
Log Message:
update monitor tests to new config
=== ZODB3/ZEO/tests/testMonitor.py 1.3 => 1.4 ===
--- ZODB3/ZEO/tests/testMonitor.py:1.3 Wed Jan 15 16:23:17 2003
+++ ZODB3/ZEO/tests/testMonitor.py Fri May 23 18:09:36 2003
@@ -72,11 +72,7 @@
return d
def getConfig(self, path, create, read_only):
- return """\
- <Storage>
- type MappingStorage
- </Storage>
- """
+ return """<mappingstorage/>"""
def testMonitor(self):
# just open a client to know that the server is up and running
More information about the Zodb-checkins
mailing list