[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/tests - testZopePublication.py:1.5

Jim Fulton jim@zope.com
Tue, 18 Jun 2002 10:47:36 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/tests
In directory cvs.zope.org:/tmp/cvs-serv6342/lib/python/Zope/App/ZopePublication/tests

Modified Files:
	testZopePublication.py 
Log Message:
Renamed request getResponse method to read-only response property.


=== Zope3/lib/python/Zope/App/ZopePublication/tests/testZopePublication.py 1.4 => 1.5 ===
 
         req = self._createRequest(url, pub)
-        response = req.getResponse()
+        response = req.response
 
         publish(req, handle_errors=0)