From 32092571c3cc603660348a0a19b2f944f37bbc35 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Wed, 8 Aug 2007 08:43:06 +0000 Subject: [PATCH] Change bt dependencies git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15547 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5SyncML/tests/testERP5SyncMLVCard.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/product/ERP5SyncML/tests/testERP5SyncMLVCard.py b/product/ERP5SyncML/tests/testERP5SyncMLVCard.py index f8c89c6ff0..46608a47ec 100755 --- a/product/ERP5SyncML/tests/testERP5SyncMLVCard.py +++ b/product/ERP5SyncML/tests/testERP5SyncMLVCard.py @@ -57,7 +57,10 @@ class TestERP5SyncMLVCard(TestERP5SyncMLMixin, ERP5TypeTestCase): /person_client1 : empty /person_client2 : empty """ - return ('erp5_base','fabien_bt') + return ('erp5_base','erp5_syncml') + + def getTitle(self): + return 'testERP5SyncMLVCard' def test_01_AddVCardPublication(self, quiet=0, run=run_all_test): if not run: return -- 2.30.9