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

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


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

Modified Files:
	test_config.py 
Log Message:
test_ftp_factory:  as was just done for test_fcgi_factory, fixed the
way it failed on Windows, only to uncover another way it fails on Windows.


=== Zope/lib/python/ZServer/tests/test_config.py 1.5 => 1.6 ===
--- Zope/lib/python/ZServer/tests/test_config.py:1.5	Fri Feb 20 23:50:43 2004
+++ Zope/lib/python/ZServer/tests/test_config.py	Fri Feb 20 23:53:00 2004
@@ -164,7 +164,7 @@
             """)
         self.assert_(isinstance(factory,
                                 ZServer.datatypes.FTPServerFactory))
-        self.assertEqual(factory.host, '')
+        self.assertEqual(factory.host, DEFAULT_HOSTNAME)
         self.assertEqual(factory.port, 84)
         self.check_prepare(factory)
         factory.create().close()




More information about the Zope-Checkins mailing list