[Zope3-dev] Massive test failures

Jim Fulton jim at zope.com
Wed Jan 12 07:39:49 EST 2005


Tim Peters wrote:
> I'm getting about 75 test failures in Zope3 tonight.  All look a lot
> like this first one:
> 
> ======================================================================
> ERROR: test_created (bugtracker.browser.tests.test_bug.BugBaseViewTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\Code\Zope3\src\bugtracker\browser\tests\test_bug.py", line
> 27, in setUp
>     super(BugBaseViewTest, self).setUp()
>   File "C:\Code\Zope3\src\bugtracker\tests\placelesssetup.py", line
> 111, in setUp
>     principalRegistry)
>   File "C:\Code\Zope3\src\zope\component\service.py", line 97, in provideService
>     raise InvalidService(name, component, self.__defs[name])
> InvalidService: ('Authentication',
> <zope.app.security.principalregistry.PrincipalRegistry object at
> 0x011EEDD0>, <InterfaceClass
> zope.app.security.interfaces.IAuthenticationUtility>)
> 
> This is on WinXP.  Are these tests passing on Linux?

This is my fault.  I ran the tests in just the zope package
and they passed their.  I also missed some references to
IAuthenticationService that hadn't been changed to
IAuthenticationUtility.

I've fixed this ans all of the tests should pass now.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org



More information about the Zope3-dev mailing list