[Zope3-checkins]
SVN: Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/container/browser/tests/test_adding.py
Fixed stupid fix.
Jim Fulton
jim at zope.com
Fri Sep 2 17:08:14 EDT 2005
Log message for revision 38263:
Fixed stupid fix.
Changed:
U Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/container/browser/tests/test_adding.py
-=-
Modified: Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/container/browser/tests/test_adding.py
===================================================================
--- Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/container/browser/tests/test_adding.py 2005-09-02 21:06:46 UTC (rev 38262)
+++ Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/container/browser/tests/test_adding.py 2005-09-02 21:08:14 UTC (rev 38263)
@@ -198,7 +198,7 @@
self.assertEqual(adding.request.response.getHeader('location'),
'/container/+/Thing=foo')
adding.action('Thing/screen1', 'foo')
- self.assertEqual(adding.request.response.getHeader['location'],
+ self.assertEqual(adding.request.response.getHeader('location'),
'/container/+/Thing/screen1=foo')
def test_publishTraverse_factory(self):
More information about the Zope3-Checkins
mailing list