Commit 8af6f3e0 authored by Sebastien Robin's avatar Sebastien Robin

use erp5_core instead of erp5_crm


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1406 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4470097
......@@ -100,7 +100,8 @@ class TestERP5SyncML(ERP5TypeTestCase):
/person_client1 : empty
/person_client2 : empty
"""
return ('sync_crm',)
#return ('sync_crm',)
return ('erp5_core',)
def getSynchronizationTool(self):
return getattr(self.getPortal(), 'portal_synchronizations', None)
......
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