Skip to content

Commit

Permalink
better-to-distinguish name for these tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Feb 26, 2015
1 parent e254cfd commit c2e4a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone/app/contenttypes/tests/test_behaviors_collection.py
Expand Up @@ -72,14 +72,14 @@ def _get_browser(self):
)
return browser

def test_default_dexterity_view(self):
def test_collection_default_dexterity_view(self):
# Test the default dexterity view
browser = self._get_browser()
browser.open(self.portal_url + '/collectioncontainer/view')
self.assertTrue(
'v:records" value="Collection Test Page"' in browser.contents)

def test_tabular_view(self):
def test_collection_tabular_view(self):
browser = self._get_browser()
browser.open(self.portal_url + '/collectioncontainer/tabular_view')
# search from here:
Expand Down

0 comments on commit c2e4a90

Please sign in to comment.