[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP/tests - testHTTP.py:1.1.2.5.4.1
Stephan Richter
srichter@cbu.edu
Wed, 13 Mar 2002 05:58:05 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/HTTP/tests
In directory cvs.zope.org:/tmp/cvs-serv11175/lib/python/Zope/Publisher/HTTP/tests
Modified Files:
Tag: srichter-OFS_Formulator-branch
testHTTP.py
Log Message:
- Added some more tests. Won;t do more, since Publisher is being redesigned
later this week. I will wait until then.
- Added preliminary SOAP support, so we can test Mozilla's SOAP
capabilities. Unfortunately, soaplib is very old; I will look into using
SOAPpy instead. It seems fairly complete.
=== Zope3/lib/python/Zope/Publisher/HTTP/tests/testHTTP.py 1.1.2.5 => 1.1.2.5.4.1 ===
from Zope.Publisher.HTTP.HTTPRequest import HTTPRequest
from Zope.Publisher.HTTP.HTTPResponse import HTTPResponse
-from Zope.Publisher.HTTP.BrowserPayload import BrowserRequestPayload, \
- BrowserResponsePayload
+from Zope.Publisher.Browser.BrowserPayload import \
+ BrowserRequestPayload, BrowserResponsePayload
from Zope.Publisher.Publish import publish
from Zope.Publisher.DefaultPublication import DefaultPublication