Commit 99b26da7 authored by Tim Peters's avatar Tim Peters

test_monitor_factory_without_emergency_user,

test_monitor_factory_with_emergency_user:  Two more that failed on
Windows, and still do, but later now.
parent 0e4c6237
......@@ -212,7 +212,7 @@ class MonitorServerConfigurationTestCase(BaseTest):
""")
self.assert_(isinstance(factory,
ZServer.datatypes.MonitorServerFactory))
self.assertEqual(factory.host, '')
self.assertEqual(factory.host, DEFAULT_HOSTNAME)
self.assertEqual(factory.port, 85)
self.check_prepare(factory)
return factory.create()
......
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