[Erp5-report] r35403 nicolas - /erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 17 19:20:49 CEST 2010


Author: nicolas
Date: Mon May 17 19:20:47 2010
New Revision: 35403

URL: http://svn.erp5.org?rev=35403&view=rev
Log:
size is a new property which can also conflict.

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

Modified: erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py?rev=35403&r1=35402&r2=35403&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py [utf8] Mon May 17 19:20:47 2010
@@ -907,10 +907,10 @@
     self.tic()
     self.synchronize(self.sub_id1)
     conflict_list = portal_sync.getConflictList()
-    self.assertEqual(len(conflict_list), 6)
+    self.assertEqual(len(conflict_list), 7)
     self.assertEqual(sorted([x.getKeyword() for x in conflict_list]),
                      ['content_md5', 'content_type', 'description',
-                      'short_title', 'source_reference', 'title'])
+                      'short_title', 'size', 'source_reference', 'title'])
     # check if we have the state conflict on all clients
     self.checkSynchronizationStateIsConflict()
     # we will take :




More information about the Erp5-report mailing list