ACLTest.testApplyACL uses hardcoded 'jpotts' as accessor of ACE
---------------------------------------------------------------
Key: CMIS-235
URL: https://issues.apache.org/jira/browse/CMIS-235
Project: Chemistry
Issue Type: Bug
Components: cmislib
Reporter: Jeff Potts
Assignee: Jeff Potts
Migrated from GC issue 14, Reported by niyue.com, Mar 29, 2010
ACLTest.testApplyACL use hardcoded 'jpotts' as accessor of ACE, this may
fail if the repository doesn't have that user in it.
{{{
acl.addEntry(ACE('jpotts', 'cmis:write', 'true'))
acl = self._testFolder.applyACL(acl)
self.assertTrue(acl.getEntries().has_key('jpotts'))
}}}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.