[Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py Shrug, this should have caused test failures for anyone else, but me :-)

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Apr 21 16:28:37 EDT 2005


Log message for revision 30082:
  Shrug, this should have caused test failures for anyone else, but me :-)
  

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 19:59:13 UTC (rev 30081)
+++ Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py	2005-04-21 20:28:37 UTC (rev 30082)
@@ -29,7 +29,7 @@
 
     def testHaveCustomTestsForIApplicationRequest(self):
         # Make sure that tests are defined for things we can't test here
-        self.test_IApplicationRequest_body
+        self.test_IApplicationRequest_bodyStream
 
     def testEnvironment(self):
         request = self._Test__new(foo='Foo', bar='Bar')



More information about the Zope3-Checkins mailing list