RE: [Zope-dev] Re: Call for testing (2.6.4 / 2.7.0)

2004-01-29 Thread Brian Lloyd
> Before the Owned API was changed getOwner() did return the wrapped user, > now it returns the unwrapped user. If I replace getOwner() by the new > getWrappedOwner() all tests pass. > > I'm not sure what this line in getOwner() means: > > > return aq_base(self.getWrappedOwner()) # ugh, backw

Re: [Zope-dev] Features for Zope 2.8

2004-01-29 Thread Paul Winkler
On Thu, Jan 29, 2004 at 11:22:30AM +0100, Christian Theune wrote: > Hi. > > As Zope 2.7 looks like could-be-out-soon. I'd like to ask if there is > room for including the post-traverse patch in Zope 2.8. I'm currently > maintaining it as a patch on a branch for Zope 2.7, but would like to > see it

[Zope-dev] Re: Call for testing (2.6.4 / 2.7.0)

2004-01-29 Thread yuppie
Hi! Casey Duncan wrote: 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) That's not the problem. I had a closer look at this: Before th

[Zope-dev] Features for Zope 2.8

2004-01-29 Thread Christian Theune
Hi. As Zope 2.7 looks like could-be-out-soon. I'd like to ask if there is room for including the post-traverse patch in Zope 2.8. I'm currently maintaining it as a patch on a branch for Zope 2.7, but would like to see it back in the mainstream. Short description of it: - Sometimes