RE: ZConfig changes: please try on Windows
"Mark Hammond" <[email protected]> Thu, 19 May 2005 15:16:11 +1000
| Newsgroups | gmane.comp.web.zope.coders |
|---|---|
| Message-ID | <[email protected]> |
> @Fred: this should resolve the binding problems on Windows? I assume
> there is nothing else to be done in the Zope 2.8 core?! Could someone
> from the Windows world check asap if this really resolves the issue?
> If everything is ok I will release 2.8b2 on Sunday.
The test suite still fails with a number of errors similar to:
Traceback (most recent call last):
File "c:\Zope-2.8\lib\python\ZServer\tests\test_config.py", line 243, in
test_monitor_factory_without_emergency_user
self.assert_(self.create() is None)
File "c:\Zope-2.8\lib\python\ZServer\tests\test_config.py", line 236, in
create
self.assertEqual(factory.host, DEFAULT_HOSTNAME)
File "e:\src\python-2.3-cvs\lib\unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: '' != 'localhost'
I'll try and look a little deeper...
Mark.