[Zope-dev] Re: Call for testing (2.6.4 / 2.7.0)
Casey Duncan
casey at zope.com
Wed Jan 28 09:32:50 EST 2004
On Wed, 28 Jan 2004 13:36:31 +0100
yuppie <y.2004_ at wcm-solutions.de> wrote:
> Hi!
>
>
> Brian Lloyd wrote:
> > In the meantime, it would be helpful for anyone who runs from
> > the 2.6 or 2.7 branches in CVS to update and let us know if you
> > have any unresolved problems.
>
> Right now I have no time to track this down myself, but the attached
> CMF test failures seem to be related to the last Zope changes. Don't
> know if these tests need to be updated or if they reveal a bug in
> Zope.
These tests seem pretty naive. I don't thing user objects promise to
compare to one another in any way. Looks to me like the tests should be
changed to something like:
self.failUnless(f.getOwner() is ownership)
-Casey
More information about the Zope-Dev
mailing list