Commit b1296180 authored by Rafael Monnerat's avatar Rafael Monnerat

tests/__init__: Use runUnitTest from ProjectTestSuite

   This prevents portal_ids be duplicated.
parent ed5415d7
......@@ -91,7 +91,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
shutil.copyfile(os.path.join(old_data_path, 'dump.sql'),
os.path.join(instance_home, 'dump.sql'))
return self.runUnitTest(
return ProjectTestSuite.runUnitTest(self,
'--load',
'--portal_id=erp5',
'--enable_full_indexing=portal_types,portal_property_sheets',
......
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