Commit a1a9ca35 authored by Jeremy Hylton's avatar Jeremy Hylton

update monitor tests to new config

parent 784c0bdd
......@@ -13,7 +13,7 @@
##############################################################################
"""Test that the monitor produce sensible results.
$Id: testMonitor.py,v 1.3 2003/01/15 21:23:17 jeremy Exp $
$Id: testMonitor.py,v 1.4 2003/05/23 22:09:36 jeremy Exp $
"""
import socket
......@@ -72,11 +72,7 @@ class MonitorTests(CommonSetupTearDown):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment