[Zope-PAS] Re: PAS 1.5 release plans?

Wichert Akkerman wichert at wiggy.net
Mon Jun 11 15:53:28 EDT 2007


Previously Wichert Akkerman wrote:
> Previously Jens Vagelpohl wrote:
> > On 11 Jun 2007, at 16:20, Wichert Akkerman wrote:
> > >>OK, I'll target this coming Sunday (6/17) for a PAS release. Wichert,
> > >>that's enough time for you to do your merging I assume?
> > >
> > >I'll merge it today.
> > 
> > Wichert, I am getting a failing test running against my Zope 2.10- 
> > branch sandbox:
> > 
> > Failure in test testCredentialsEvent  
> > (Products.PluggableAuthService.tests.test_UserFolder.UserEvents)
> > Traceback (most recent call last):
> >   File "/usr/local/zope/src/Zope-2.10-branch/lib/python/Testing/ 
> > ZopeTestCase/profiler.py", line 98, in __call__
> >     testMethod()
> >   File "/usr/local/zope/210Instance/Products/PluggableAuthService/ 
> > tests/test_UserFolder.py", line 323, in testCredentialsEvent
> >     self.assertEqual(len(self.uf._data), 1)
> >   File "/usr/local/lib/python2.4/unittest.py", line 333, in  
> > failUnlessEqual
> >     raise self.failureException, \
> > AssertionError: 0 != 1
> 
> That looks like the event re-dispatcher is not getting triggered. I'll
> look into it.

That test was missing a provideHandler. I've added that and all 405
tests run correctly now.

Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


More information about the Zope-PAS mailing list