28 Jan
2004
28 Jan
'04
2:32 p.m.
On Wed, 28 Jan 2004 13:36:31 +0100 yuppie <y.2004_@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