Commit 0a95ff02 authored by Nicolas Delaby's avatar Nicolas Delaby

sort the list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41132 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 640687a4
...@@ -913,8 +913,8 @@ class TestERP5DocumentSyncML(TestERP5DocumentSyncMLMixin): ...@@ -913,8 +913,8 @@ class TestERP5DocumentSyncML(TestERP5DocumentSyncMLMixin):
self.assertEqual(len(conflict_list), 9) self.assertEqual(len(conflict_list), 9)
self.assertEqual(sorted([x.getKeyword() for x in conflict_list]), self.assertEqual(sorted([x.getKeyword() for x in conflict_list]),
['base_data', 'content_md5', 'content_type', ['base_data', 'content_md5', 'content_type',
'data', 'description', 'short_title', 'size', 'data', 'description', 'filename', 'short_title',
'filename', 'title']) 'size', 'title'])
# check if we have the state conflict on all clients # check if we have the state conflict on all clients
self.checkSynchronizationStateIsConflict() self.checkSynchronizationStateIsConflict()
# we will take : # we will take :
......
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