[Zope3-dev] Massive test failures

Tim Peters tim.peters at gmail.com
Tue Jan 11 21:01:15 EST 2005


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?


More information about the Zope3-dev mailing list