Skip to content

Commit

Permalink
test_content_profile: do not appy Products.CMFPlone:plone.
Browse files Browse the repository at this point in the history
This is done already further up the chain.
If we do it again here, it will actually remove the portal_types that
the also already installed plone.app.contenttypes has installed.
At least, it goes wrong with upcoming GenericSetup 1.7.8.
  • Loading branch information
mauritsvanrees committed Sep 20, 2015
1 parent 45f1f87 commit 325a63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
1.2.4 (unreleased)
------------------

- Nothing changed yet.
- test_content_profile: do not appy Products.CMFPlone:plone.
[maurits]


1.2.3 (2015-09-20)
Expand Down
1 change: 0 additions & 1 deletion plone/app/contenttypes/tests/test_content_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class PloneAppContenttypesContent(PloneSandboxLayer):

def setUpPloneSite(self, portal):
# Necessary to set up some Plone stuff, such as Workflow.
self.applyProfile(portal, 'Products.CMFPlone:plone')
self.applyProfile(portal, 'plone.app.contenttypes:plone-content')

PLONE_APP_CONTENTTYPES_CONTENT_FIXTURE = PloneAppContenttypesContent()
Expand Down

0 comments on commit 325a63c

Please sign in to comment.