Commit 46d8dd2d authored by Romain Courteaud's avatar Romain Courteaud

Person security has been modified.

parent 070b9fea
......@@ -146,7 +146,7 @@ class TestSlapOSLocalPermissionSlapOSInteractionWorkflow(
transaction.commit()
self.assertSecurityGroup(person, [self.user_id, 'G-COMPANY',
person.getReference()], False)
person.getReference(), 'SHADOW-%s' % person.getReference()], False)
def test_SoftwareInstallation_setAggregate(self):
installation = self.portal.software_installation_module.newContent(
......
141
\ No newline at end of file
142
\ No newline at end of file
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