diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py index b833077770621b2d93d88a793230103faabf846c..88e46c8cce313ef501816e4d077a836517d462ba 100644 --- a/product/ERP5/tests/testCRM.py +++ b/product/ERP5/tests/testCRM.py @@ -85,6 +85,7 @@ class TestCRM(BaseTestCRM): 'erp5_core_proxy_field_legacy', 'erp5_base', 'erp5_ingestion', + 'erp5_pdm', 'erp5_crm',) def test_Event_getQuantity(self): @@ -537,6 +538,7 @@ class TestCRMMailIngestion(BaseTestCRM): 'erp5_base', 'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog', + 'erp5_pdm', 'erp5_crm', )