Changeset 390
- Timestamp:
- 07/13/09 16:17:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.educommons/trunk/enpraxis/educommons/tests/test_case_install.py
r384 r390 56 56 def test_installControlPanel(self): 57 57 control_panel = getToolByName(self.portal, 'portal_controlpanel', None) 58 las = ['ContentLicensing','ZipFileTransport','bookmarklets','LeftSkin ','eduCommons']58 las = ['ContentLicensing','ZipFileTransport','bookmarklets','LeftSkin_basic', 'LeftSkin_adv', 'LeftSkin_compl', 'eduCommons'] 59 59 for la in las: 60 60 self.failUnless(la in [listAction.id for listAction in control_panel.listActions()])
Note: See TracChangeset
for help on using the changeset viewer.
