Skip to content

Commit

Permalink
Deactivted all BBB to ensure that we use only the latest code in zope…
Browse files Browse the repository at this point in the history
….app

Made almost all tests pass again, except the few that heavily depended on
the old way of doing things: apidoc, module, presentation
  • Loading branch information
strichter committed Jan 9, 2005
1 parent a3959c7 commit 224c53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/tests/test_unauthorized.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
from zope.interface import implements
from zope.publisher.browser import TestRequest
from zope.app import zapi
from zope.app.tests import ztapi
from zope.app.testing import ztapi
from zope.app.security.interfaces import IAuthenticationUtility, IPrincipal
from zope.app.container.contained import contained
from zope.app.exception.browser.unauthorized import Unauthorized
from zope.app.tests.placelesssetup import PlacelessSetup
from zope.app.testing.placelesssetup import PlacelessSetup

class Unauthorized(Unauthorized):
"""Unusually done by ZCML."""
Expand Down

0 comments on commit 224c53d

Please sign in to comment.