[Zope3-checkins] CVS: Zope3/src/zope/testing - functional.py:1.11
Viktorija Zaksiene
ryzaja@codeworks.lt
Tue, 22 Jul 2003 05:33:52 -0400
Update of /cvs-repository/Zope3/src/zope/testing
In directory cvs.zope.org:/tmp/cvs-serv19565/src/zope/testing
Modified Files:
functional.py
Log Message:
Added http_transaction attribute to the HTTPResponse. It is used for the
logging instead of _outstream attribute because _outstream may not know
about the user.
=== Zope3/src/zope/testing/functional.py 1.10 => 1.11 ===
--- Zope3/src/zope/testing/functional.py:1.10 Tue Jun 24 12:35:28 2003
+++ Zope3/src/zope/testing/functional.py Tue Jul 22 05:33:46 2003
@@ -42,8 +42,7 @@
class HTTPTaskStub(StringIO):
- def setAuthUserName(self, user):
- pass
+ pass
class ResponseWrapper: