[Zope-Checkins] CVS: Zope/lib/python/ZServer/tests - test_config.py:1.7

Tim Peters tim.one at comcast.net
Fri Feb 20 23:54:20 EST 2004


Update of /cvs-repository/Zope/lib/python/ZServer/tests
In directory cvs.zope.org:/tmp/cvs-serv20244/lib/python/ZServer/tests

Modified Files:
	test_config.py 
Log Message:
test_http_factory:  Another one that failed on Windows, and still does,
but fails later now.


=== Zope/lib/python/ZServer/tests/test_config.py 1.6 => 1.7 ===
--- Zope/lib/python/ZServer/tests/test_config.py:1.6	Fri Feb 20 23:53:00 2004
+++ Zope/lib/python/ZServer/tests/test_config.py	Fri Feb 20 23:54:19 2004
@@ -98,7 +98,7 @@
         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)




More information about the Zope-Checkins mailing list