[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/tests - testPublisherServer.py:1.1.2.5.2.1

Stephan Richter srichter@cbu.edu
Wed, 13 Mar 2002 05:57:37 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/tests
In directory cvs.zope.org:/tmp/cvs-serv11175/lib/python/Zope/Server/tests

Modified Files:
      Tag: srichter-OFS_Formulator-branch
	testPublisherServer.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/Server/tests/testPublisherServer.py 1.1.2.5 => 1.1.2.5.2.1 ===
 #
-# Copyright (c) 2001 Zope Corporation and Contributors.  All Rights Reserved.
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# All Rights Reserved.
 # 
 # This software is subject to the provisions of the Zope Public License,
 # Version 1.1 (ZPL).  A copy of the ZPL should accompany this distribution.
@@ -21,8 +22,8 @@
 from threading import Thread
 from Zope.Server.TaskThreads import ThreadedTaskDispatcher
 from Zope.Server.PublisherServers import PublisherHTTPServer
-from Zope.Publisher.HTTP.BrowserPayload import BrowserRequestPayload
-from Zope.Publisher.HTTP.BrowserPayload import BrowserResponsePayload
+from Zope.Publisher.Browser.BrowserPayload import \
+     BrowserRequestPayload, BrowserResponsePayload
 from Zope.Publisher.DefaultPublication import DefaultPublication
 from Zope.Publisher.Exceptions import Redirect, Retry
 from Zope.Publisher.HTTP import HTTPRequest