From 56de70a4e6e4c55a35b112eb90335c04ec9a0b38 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Tue, 4 Mar 2008 09:44:05 +0000
Subject: [PATCH] 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
---
 product/ERP5SyncML/tests/testERP5SyncMLVCard.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5SyncML/tests/testERP5SyncMLVCard.py b/product/ERP5SyncML/tests/testERP5SyncMLVCard.py
index 5c9d2f6f51..3f5ee404a0 100755
--- a/product/ERP5SyncML/tests/testERP5SyncMLVCard.py
+++ b/product/ERP5SyncML/tests/testERP5SyncMLVCard.py
@@ -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()
-- 
2.30.9