[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - BrowserRequest.py:1.1.4.4
Stephan Richter
srichter@cbu.edu
Wed, 27 Mar 2002 11:31:54 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv22834/lib/python/Zope/Publisher/Browser
Modified Files:
Tag: Zope-3x-branch
BrowserRequest.py
Log Message:
- Test fixes after massive checkin.
Still a set of tests is broken and do not know why.
=== Zope3/lib/python/Zope/Publisher/Browser/BrowserRequest.py 1.1.4.3 => 1.1.4.4 ===
# We need to check for default documents
publication = self.getPublication()
-
+
nsteps = 0
ob, add_steps = publication.getDefaultTraversal(self, ob)
while add_steps:
@@ -442,6 +442,7 @@
base_needed = 1
redirect = self.use_redirect
+
if base_needed:
url = self.getURL()
response = self.getResponse()
@@ -514,4 +515,3 @@
outstream = StringIO()
super(TestRequest, self).__init__(body_instream, outstream, _testEnv)
-