[Zope-Checkins] CVS: Zope/lib/python/ZServer/tests -
test_config.py:1.9
Tim Peters
tim.one at comcast.net
Fri Feb 20 23:58:04 EST 2004
Update of /cvs-repository/Zope/lib/python/ZServer/tests
In directory cvs.zope.org:/tmp/cvs-serv20947/lib/python/ZServer/tests
Modified Files:
test_config.py
Log Message:
test_monitor_factory_without_emergency_user,
test_monitor_factory_with_emergency_user: Two more that failed on
Windows, and still do, but later now.
=== Zope/lib/python/ZServer/tests/test_config.py 1.8 => 1.9 ===
--- Zope/lib/python/ZServer/tests/test_config.py:1.8 Fri Feb 20 23:56:08 2004
+++ Zope/lib/python/ZServer/tests/test_config.py Fri Feb 20 23:58:03 2004
@@ -212,7 +212,7 @@
""")
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()
More information about the Zope-Checkins
mailing list