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 <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Zope-PAS mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope-pas
