Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Add Products.DateRecurringIndex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Dec 2, 2015
1 parent 4285de9 commit f635b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Products/TinyMCE/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def setUpZope(self, app, configurationContext):
import Products.TinyMCE.tests
self.loadZCML(package=Products.TinyMCE.tests,
name='skins.zcml')
z2.installProduct(app, 'Products.DateRecurringIndex')
z2.installProduct(app, 'Products.TinyMCE')
if HAS_DX:
self.loadZCML(package=plone.app.contenttypes)
Expand All @@ -65,6 +66,7 @@ def setUpPloneSite(self, portal):

def tearDownZope(self, app):
"""Tear down Zope."""
z2.uninstallProduct(app, 'Products.DateRecurringIndex')
z2.uninstallProduct(app, 'Products.TinyMCE')


Expand Down

0 comments on commit f635b67

Please sign in to comment.