Commit b0170e69 authored by Tim Peters's avatar Tim Peters

test_http_factory: Another one that failed on Windows, and still does,

but fails later now.
parent e9480b29
......@@ -98,7 +98,7 @@ class ZServerConfigurationTestCase(BaseTest):
self.assert_(isinstance(factory,
ZServer.datatypes.HTTPServerFactory))
self.assert_(factory.force_connection_close)
self.assertEqual(factory.host, '')
self.assertEqual(factory.host, DEFAULT_HOSTNAME)
self.assertEqual(factory.port, 81)
self.assertEqual(factory.webdav_source_clients, "cadaever")
self.check_prepare(factory)
......
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