Commit f40c78a7 authored by Jérome Perrin's avatar Jérome Perrin

Merge remote-tracking branch 'upstream/master' into zope4py3

parents 41691152 69d9157f
......@@ -13,7 +13,8 @@ def waitForActivities(self, delay=100, count=None):
activity_tool = self.getPortalObject().portal_activities
assert not (
activity_tool.isSubscribed()
and getCurrentNode() in activity_tool.getProcessingNodeList())
and getCurrentNode() in activity_tool.getProcessingNodeList()),
'still subscribed to activities'
if count is not None: # BBB
# completely arbitrary conversion factor: count used to default to 1000
......
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