[Erp5-report] r41132 nicolas - /erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Dec 4 16:52:18 CET 2010
Author: nicolas
Date: Sat Dec 4 16:52:18 2010
New Revision: 41132
URL: http://svn.erp5.org?rev=41132&view=rev
Log:
sort the list
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=41132&r1=41131&r2=41132&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/tests/testERP5DocumentSyncML.py [utf8] Sat Dec 4 16:52:18 2010
@@ -913,8 +913,8 @@ class TestERP5DocumentSyncML(TestERP5Doc
self.assertEqual(len(conflict_list), 9)
self.assertEqual(sorted([x.getKeyword() for x in conflict_list]),
['base_data', 'content_md5', 'content_type',
- 'data', 'description', 'short_title', 'size',
- 'filename', 'title'])
+ 'data', 'description', 'filename', 'short_title',
+ 'size', 'title'])
# check if we have the state conflict on all clients
self.checkSynchronizationStateIsConflict()
# we will take :
More information about the Erp5-report
mailing list