[Zodb-checkins] CVS: Zope3/src/zope/testing - functional.py:1.11
Viktorija Zaksiene
ryzaja at codeworks.lt
Tue Jul 22 06:33:54 EDT 2003
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:
More information about the Zodb-checkins
mailing list