From 6a6eb60b8a2d2182c82c25beab3f534fc9414824 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Thu, 31 May 2007 08:00:22 +0000 Subject: [PATCH] a business template was added by error git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14657 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5SyncML/tests/testERP5SyncML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5SyncML/tests/testERP5SyncML.py b/product/ERP5SyncML/tests/testERP5SyncML.py index 77e5eb4c26..3d7b45fe29 100644 --- a/product/ERP5SyncML/tests/testERP5SyncML.py +++ b/product/ERP5SyncML/tests/testERP5SyncML.py @@ -114,7 +114,7 @@ class TestERP5SyncMLMixin: /person_client1 : empty /person_client2 : empty """ - return ('erp5_base','fabien_bt') + return ('erp5_base') def getSynchronizationTool(self): return getattr(self.getPortal(), 'portal_synchronizations', None) -- 2.30.9