Commit 56de70a4 authored by Nicolas Delaby's avatar Nicolas Delaby

Modify test to follow Folder id generation API

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19664 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c3ca9ff
......@@ -193,8 +193,8 @@ class TestERP5SyncMLVCard(TestERP5SyncMLMixin, ERP5TypeTestCase):
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()
......
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