Re: [Zope3-dev] FAILED (failures=2, errors=1) on win XP

2005-09-05 Thread Tim Peters
[Roger Ineichen]
> Does somebody know how to fix this 3 tests?
> Windows XP, Zope 3 trunk revision 38299

You didn't say which version of Python you're using.  There shouldn't
be any test failures with Python 2.3.5.  The 2.4 line had deep
problems dealing with encoding directives, which should be fixed in
2.4.2 (tentatively scheduled for release later this month).
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



RE: [Zope3-dev] FAILED (failures=2, errors=1) on win XP

2005-09-05 Thread Roger Ineichen
Hi Benji

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Benji York
> Sent: Monday, September 05, 2005 6:16 AM
> To: zope3-dev@zope.org
> Subject: Re: [Zope3-dev] FAILED (failures=2, errors=1) on win XP
> 
> Roger Ineichen wrote:
> > Does somebody know how to fix this 3 tests?
> > Windows XP, Zope 3 trunk revision 38299
> 
> I can reproduce the failure on XP with Python 2.4, but not on Linux 
> (with 2.4).  I don't have a fix yet, but if you remove the 
> encoding line 
> at the top, the failure goes away.
> -- 

Thansk for confirm this.

Are the tests "def test_no_error_on_render_only()" defined as
a global method in

zope.app.from.browser.tests.test_textwidget.py 

really executed on your linux box? I guess not. 

Regards
Roger Ineichen


> Benji York
> Senior Software Engineer
> Zope Corporation
> ___
> Zope3-dev mailing list
> Zope3-dev@zope.org
> Unsub: 
> http://mail.zope.org/mailman/options/zope3-dev/dev%40projekt01.ch
> 
> 

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] FAILED (failures=2, errors=1) on win XP

2005-09-04 Thread Benji York

Roger Ineichen wrote:

Does somebody know how to fix this 3 tests?
Windows XP, Zope 3 trunk revision 38299


I can reproduce the failure on XP with Python 2.4, but not on Linux 
(with 2.4).  I don't have a fix yet, but if you remove the encoding line 
at the top, the failure goes away.

--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com