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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 4 10:44:06 CET 2008


Author: nicolas
Date: Tue Mar  4 10:44:05 2008
New Revision: 19664

URL: http://svn.erp5.org?rev=19664&view=rev
Log:
Modify test to follow Folder id generation API

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=19664&r1=19663&r2=19664&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py (original)
+++ erp5/trunk/products/ERP5SyncML/tests/testERP5SyncMLVCard.py Tue Mar  4 10:44:05 2008
@@ -193,8 +193,8 @@
       self.last_name3, person1_s, person1_c)
     self.synchronize(self.sub_id1)
     #after synchronization, a new person is create on the server
-    person1_s = person_server._getOb('1') #The new person is added on the 
-                                      #serverwith a generate id (the first is 1)
+    person1_s = person_server._getOb('2') #The new person is added on the
+                                      #serverwith a generated id (the following is 2)
 
     #after the synchro, the client and server should be synchronized
     self.checkSynchronizationStateIsSynchronized()




More information about the Erp5-report mailing list