Commit 2031101c authored by Ivan Tyagov's avatar Ivan Tyagov

transaction.abort -> self.abort

parent 5f328712
...@@ -587,7 +587,7 @@ class TestLocalRoleManagement(ERP5TypeTestCase): ...@@ -587,7 +587,7 @@ class TestLocalRoleManagement(ERP5TypeTestCase):
self.assertTrue('Assignor' in user.getRolesInContext(obj)) self.assertTrue('Assignor' in user.getRolesInContext(obj))
self.assertEqual(('Alternate',), self.assertEqual(('Alternate',),
obj.__ac_local_roles_group_id_dict__.get('F1_G1_S1')) obj.__ac_local_roles_group_id_dict__.get('F1_G1_S1'))
transaction.abort() self.abort()
def testDynamicLocalRole(self): def testDynamicLocalRole(self):
......
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