Re: [Zope-Coders] ZConfig changes: please try on Windows

2005-05-18 Thread Fred Drake
On 5/18/05, Andreas Jung <[EMAIL PROTECTED]> wrote:
> @Fred: this should resolve the binding problems on Windows? I assume

Now that I've fixed the issue Mark pointed out in
ZServer/tests/test_config.py, I hope so, but I'm not running tests on
Windows since I don't normally have a Windows development environment
set up.

So if the Windows Zope users are happy with it, then I guess we're
done with this issue, which exhausts what I know needs to be done.


  -Fred

-- 
Fred L. Drake, Jr.
Zope Corporation
___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders


Re: [Zope-Coders] ZConfig changes: please try on Windows

2005-05-18 Thread Fred Drake
On 5/19/05, Mark Hammond <[EMAIL PROTECTED]> wrote:
> The test suite still fails with a number of errors similar to:

I think I've got it now.  Those tests didn't fail on Linux since the
default inet-address and inet-binding-address default hostname values
match on Unix-alikes.  The tests should do the right thing now.


  -Fred

-- 
Fred L. Drake, Jr.
Zope Corporation
___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders


RE: [Zope-Coders] ZConfig changes: please try on Windows

2005-05-18 Thread Mark Hammond
> @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.

___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders