[Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py Oops, I only fixed that bug in a branch.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Apr 21 18:10:23 EDT 2005


Log message for revision 30092:
  Oops, I only fixed that bug in a branch.
  

Changed:
  U   Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py

-=-
Modified: Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py	2005-04-21 21:56:37 UTC (rev 30091)
+++ Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py	2005-04-21 22:10:22 UTC (rev 30092)
@@ -29,7 +29,7 @@
 
     def testHaveCustomTestsForIApplicationRequest(self):
         # Make sure that tests are defined for things we can't test here
-        self.test_IApplicationRequest_bodyStream
+        self.test_IApplicationRequest_body
 
     def testEnvironment(self):
         request = self._Test__new(foo='Foo', bar='Bar')



More information about the Zope3-Checkins mailing list