Skip to content

Commit

Permalink
Add test for Client/server ordering mismatch response
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroel committed Apr 23, 2017
1 parent 87ffb6c commit 07ff00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plone/restapi/tests/test_atcontent_deserializer.py
Expand Up @@ -229,7 +229,7 @@ def test_reorder(self):
def test_reorder_subsetids(self):
# sanity check, initial situation
self.assertEquals(
['doc1', 'doc2', 'doc3', 'doc4', 'doc5', 'doc6', 'doc7', 'doc8', 'doc9'],
['doc1', 'doc2', 'doc3', 'doc4', 'doc5', 'doc6', 'doc7', 'doc8', 'doc9'], # noqa
self.folder.objectIds()
)

Expand Down
2 changes: 1 addition & 1 deletion src/plone/restapi/tests/test_dxcontent_deserializer.py
Expand Up @@ -224,7 +224,7 @@ def test_reorder(self): # noqa: ignore=E501
def test_reorder_subsetids(self):
# sanity check, initial situation
self.assertEquals(
['doc1', 'doc2', 'doc3', 'doc4', 'doc5', 'doc6', 'doc7', 'doc8', 'doc9'],
['doc1', 'doc2', 'doc3', 'doc4', 'doc5', 'doc6', 'doc7', 'doc8', 'doc9'], # noqa
self.folder.objectIds()
)

Expand Down

0 comments on commit 07ff00f

Please sign in to comment.