[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/tests - testPublisher.py:1.3
Steve Alexander
steve@cat-box.net
Tue, 11 Jun 2002 11:53:26 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/tests
In directory cvs.zope.org:/tmp/cvs-serv23763/lib/python/Zope/Publisher/tests
Modified Files:
testPublisher.py
Log Message:
various reformatting.
fixed bugs with :list in BrowserRequest
made various tests use publish(request, handle_errors=0)
increased test coverage of testBrowserRequest
=== Zope3/lib/python/Zope/Publisher/tests/testPublisher.py 1.2 => 1.3 ===
outstream = StringIO()
request = self._createRequest(path, outstream=outstream, **kw)
- publish(request)
+ publish(request, handle_errors=0)
return outstream.getvalue()
def testImplementsIPublication(self):