Commit 8f45efee authored by Jeremy Hylton's avatar Jeremy Hylton

update monitor tests to new config

parent 747710fc
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Test that the monitor produce sensible results. """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 import socket
...@@ -72,11 +72,7 @@ class MonitorTests(CommonSetupTearDown): ...@@ -72,11 +72,7 @@ class MonitorTests(CommonSetupTearDown):
return d return d
def getConfig(self, path, create, read_only): def getConfig(self, path, create, read_only):
return """\ return """<mappingstorage/>"""
<Storage>
type MappingStorage
</Storage>
"""
def testMonitor(self): def testMonitor(self):
# just open a client to know that the server is up and running # 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