[Zope-CMF] Re: Failing CMFCore HEAD tests on Win2k
yuppie
y.2004_ at wcm-solutions.de
Wed Jun 30 05:41:42 EDT 2004
Gregoire Weber wrote:
> 1. In line 129 of base/testcase.py the check
>
> if sys.platform == 'nt':
>
> should be
>
> if sys.platform == 'win32':
>
> IMHO. Shall I change that in the CVS?
+1
> 2. After the above change the below tests fail.
> Do they fail under *nix also? Some of them seem to be Win32 specific.
> But the others?
Changing line 121 of DirectoryView.py as well should fix this.
Cheers, Yuppie
More information about the Zope-CMF
mailing list