Commit 3b145253 authored by Julien Muchembled's avatar Julien Muchembled

testTask: make sure rules are indexed before tests start

Otherwise, first test may fail if '--random_activity_priority=' option is used.
parent 1c5578f9
......@@ -549,6 +549,7 @@ class TestTask(TestTaskMixin, ERP5TypeTestCase):
def afterSetUp(self):
self.validateRules()
self.stepTic()
def getTitle(self):
return "Task"
......
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