[Erp5-report] r15547 - /erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 8 10:43:06 CEST 2007


Author: nicolas
Date: Wed Aug  8 10:43:06 2007
New Revision: 15547

URL: http://svn.erp5.org?rev=15547&view=rev
Log:
Change bt dependencies

Modified:
    erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py

Modified: erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py?rev=15547&r1=15546&r2=15547&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py (original)
+++ erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py Wed Aug  8 10:43:06 2007
@@ -57,7 +57,10 @@
       /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




More information about the Erp5-report mailing list