[z3-checkins] r21740 - in
z3/CMFonFive/trunk/tests/products/CMFonFiveTest: . tests
regebro at codespeak.net
regebro at codespeak.net
Fri Jan 6 16:07:45 CET 2006
Author: regebro
Date: Fri Jan 6 16:07:43 2006
New Revision: 21740
Modified:
z3/CMFonFive/trunk/tests/products/CMFonFiveTest/configure.zcml
z3/CMFonFive/trunk/tests/products/CMFonFiveTest/tests/test_actionstool.py
Log:
Zope 3.2 support + cleanup
Modified: z3/CMFonFive/trunk/tests/products/CMFonFiveTest/configure.zcml
==============================================================================
--- z3/CMFonFive/trunk/tests/products/CMFonFiveTest/configure.zcml (original)
+++ z3/CMFonFive/trunk/tests/products/CMFonFiveTest/configure.zcml Fri Jan 6 16:07:43 2006
@@ -27,4 +27,8 @@
permission="zope2.ManageUsers"
/>
+ <five:implements class="ZPublisher.HTTPRequest.HTTPRequest"
+ interface="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
+ />
+
</configure>
Modified: z3/CMFonFive/trunk/tests/products/CMFonFiveTest/tests/test_actionstool.py
==============================================================================
--- z3/CMFonFive/trunk/tests/products/CMFonFiveTest/tests/test_actionstool.py (original)
+++ z3/CMFonFive/trunk/tests/products/CMFonFiveTest/tests/test_actionstool.py Fri Jan 6 16:07:43 2006
@@ -20,7 +20,7 @@
def afterSetUp(self):
self.folder.manage_addProduct['CMFonFive'].manage_addTool(
'Five Actions Tool')
- self._login()
+ self.login()
def test_ActionsToolDocument(self):
tool = getToolByName(self.folder, 'portal_fiveactions')
More information about the z3-checkins
mailing list