Commit d5b95575 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Don't need to rebootstrap this test suite

parent 01eaccf5
......@@ -30,6 +30,10 @@ import transaction
# Minimal test to make sure that wendelin.core works at all.
class TestWendelinCoreBasic(SlapOSTestCaseMixin):
def afterSetUp(self):
# We don't need to save here, since the test suite would save everything already.
self.portal.portal_activities.subscribe()
def test(self):
# create the array in temporary "root" placeholder.
# NOTE we need created objects to enter ZODB for real, but
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment