Commit 16ec6cad authored by Łukasz Nowak's avatar Łukasz Nowak

- fix a test, wrong document was asserted


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35481 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85547b1b
......@@ -747,7 +747,7 @@ class TestLocalRoleManagement(ERP5TypeTestCase):
(((cloning_owner_id), ('Owner',)),)
)
self.assertEqual(
subdocument.get_local_roles(),
cloned_subdocument.get_local_roles(),
(((cloning_owner_id), ('Owner',)),)
)
......
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