[Zope3-checkins] CVS: Zope3/src/zope/app/pluggableauth/tests -
authsetup.py:1.2 test_pluggableauth.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:22:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/pluggableauth/tests
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/pluggableauth/tests
Modified Files:
authsetup.py test_pluggableauth.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/pluggableauth/tests/authsetup.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/pluggableauth/tests/authsetup.py:1.1 Wed Mar 10 12:56:37 2004
+++ Zope3/src/zope/app/pluggableauth/tests/authsetup.py Sat Mar 13 10:21:26 2004
@@ -22,7 +22,7 @@
from zope.publisher.browser import TestRequest as Request
from zope.app.tests import ztapi, setup
-from zope.app.services.tests import placefulsetup
+from zope.app.site.tests import placefulsetup
from zope.publisher.interfaces.http import IHTTPCredentials
from zope.app.security.interfaces import ILoginPassword
from zope.app.security.basicauthadapter import BasicAuthAdapter
=== Zope3/src/zope/app/pluggableauth/tests/test_pluggableauth.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/pluggableauth/tests/test_pluggableauth.py:1.1 Wed Mar 10 12:56:37 2004
+++ Zope3/src/zope/app/pluggableauth/tests/test_pluggableauth.py Sat Mar 13 10:21:26 2004
@@ -21,7 +21,7 @@
from zope.app import zapi
from zope.app.tests import ztapi
-from zope.app.services.tests import placefulsetup
+from zope.app.site.tests import placefulsetup
from zope.exceptions import NotFoundError
from zope.publisher.interfaces.http import IHTTPCredentials
More information about the Zope3-Checkins
mailing list