[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/Testing/ZopeTestCase/zopedoctest/functional.py Accomodate testing jig to new internals of HTTPResponse.
Tres Seaver
tseaver at palladion.com
Tue Dec 22 20:52:01 EST 2009
Log message for revision 106987:
Accomodate testing jig to new internals of HTTPResponse.
Changed:
U Zope/branches/tseaver-fix_wsgi/src/Testing/ZopeTestCase/zopedoctest/functional.py
-=-
Modified: Zope/branches/tseaver-fix_wsgi/src/Testing/ZopeTestCase/zopedoctest/functional.py
===================================================================
--- Zope/branches/tseaver-fix_wsgi/src/Testing/ZopeTestCase/zopedoctest/functional.py 2009-12-23 00:22:46 UTC (rev 106986)
+++ Zope/branches/tseaver-fix_wsgi/src/Testing/ZopeTestCase/zopedoctest/functional.py 2009-12-23 01:52:01 UTC (rev 106987)
@@ -184,7 +184,7 @@
header_output.setResponseStatus(response.getStatus(), response.errmsg)
header_output.setResponseHeaders(response.headers)
header_output.appendResponseHeaders(response._cookie_list())
- header_output.appendResponseHeaders(response.accumulated_headers.splitlines())
+ header_output.appendResponseHeaders(response.accumulated_headers)
sync()
More information about the Zope-Checkins
mailing list