[Zope3-checkins] SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/testing.py Oops, introduced typo.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Jul 27 10:51:10 EDT 2005


Log message for revision 37490:
  Oops, introduced typo.
  

Changed:
  U   Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/testing.py

-=-
Modified: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/testing.py
===================================================================
--- Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/testing.py	2005-07-27 14:33:02 UTC (rev 37489)
+++ Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/testing.py	2005-07-27 14:51:09 UTC (rev 37490)
@@ -68,7 +68,7 @@
         a ``urllib2`` compatible response, which is also understood by
         mechanize.
         """
-        headers = self.response.header_output.headers
+        headers = self.response.header_output.headersl
         real_response = self.response._response
         status = real_response.getStatus()
         reason = real_response._reason # XXX should add a getReason method



More information about the Zope3-Checkins mailing list