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

give ERP5TypeTestCase developer role

parent 8e41a4fd
......@@ -264,6 +264,8 @@ class ProcessingNodeTestCase(ZopeTestCase.TestCase):
def processing_node(self):
"""Main loop for nodes that process activities"""
from Products.ERP5Type.tests.ERP5TypeTestCase import addUserToDeveloperRole
addUserToDeveloperRole('ERP5TypeTestCase')
try:
while not Lifetime._shutdown_phase:
time.sleep(.3)
......
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