[Zope3-checkins] CVS: Zope3/src/zope/app/publication/tests -
test_browserpublication.py:1.27 test_xmlrpcpublication.py:1.8
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Mar 19 15:27:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/publication/tests
In directory cvs.zope.org:/tmp/cvs-serv11576/src/zope/app/publication/tests
Modified Files:
test_browserpublication.py test_xmlrpcpublication.py
Log Message:
Updated to reflect changes in Publisher API.
=== Zope3/src/zope/app/publication/tests/test_browserpublication.py 1.26 => 1.27 ===
--- Zope3/src/zope/app/publication/tests/test_browserpublication.py:1.26 Wed Mar 17 13:24:26 2004
+++ Zope3/src/zope/app/publication/tests/test_browserpublication.py Fri Mar 19 15:26:30 2004
@@ -26,7 +26,8 @@
from zope.component import getService
from zope.publisher.publish import publish
-from zope.publisher.browser import BrowserView, TestRequest
+from zope.publisher.browser import TestRequest
+from zope.app.publisher.browser import BrowserView
from zope.publisher.interfaces.browser import IBrowserPublisher
from zope.proxy import removeAllProxies, getProxiedObject
=== Zope3/src/zope/app/publication/tests/test_xmlrpcpublication.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/publication/tests/test_xmlrpcpublication.py:1.7 Wed Mar 17 13:24:26 2004
+++ Zope3/src/zope/app/publication/tests/test_xmlrpcpublication.py Fri Mar 19 15:26:30 2004
@@ -26,7 +26,7 @@
from zope.interface import Interface, implements
from zope.proxy import removeAllProxies
from zope.publisher.interfaces import NotFound
-from zope.publisher.interfaces.xmlrpc import IXMLRPCPresentation
+from zope.app.publisher.interfaces.xmlrpc import IXMLRPCPresentation
from zope.publisher.interfaces.xmlrpc import IXMLRPCRequest
from zope.publisher.interfaces.xmlrpc import IXMLRPCPublisher
from zope.publisher.xmlrpc import TestRequest
More information about the Zope3-Checkins
mailing list