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

Andreas Jung andreas@digicool.com
Thu, 10 Jan 2002 14:10:31 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	testZopePublication.py 
Log Message:
changed using getRequestView() instead of getView()



=== Zope3/lib/python/Zope/App/ZopePublication/tests/testZopePublication.py 1.1.2.5 => 1.1.2.6 ===
         instream = StringIO("")
         request = BaseRequest(response, instream, publication)
+        request.setViewType( IBrowserPublisher )
         request.other['PATH_INFO'] = path
         return request