Skip to content

Commit

Permalink
don't test for tabs that aren't present in Zope 4
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Jan 30, 2017
1 parent e5ee4b1 commit 560e0c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plone/dexterity/tests/test_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,8 @@ def test_ZMI_manage_options_container(self):
containerOptions = [o['label'] for o in Container.manage_options]
tabs = [
'Security',
'View',
'Contents',
'Properties',
'Undo',
'Ownership',
'Interfaces'
]
for tab in tabs:
self.assertTrue(tab in containerOptions, "Tab %s not found" % tab)
Expand All @@ -550,9 +546,6 @@ def test_ZMI_manage_options_item(self):
'Security',
'View',
'Properties',
'Undo',
'Ownership',
'Interfaces',
]
for tab in tabs:
self.assertTrue(tab in containerOptions, "Tab %s not found" % tab)
Expand Down

0 comments on commit 560e0c1

Please sign in to comment.