You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Jeff Potts (JIRA)" <ji...@apache.org> on 2010/07/14 00:55:51 UTC

[jira] Resolved: (CMIS-235) ACLTest.testApplyACL uses hardcoded 'jpotts' as accessor of ACE

     [ https://issues.apache.org/jira/browse/CMIS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Potts resolved CMIS-235.
-----------------------------

    Resolution: Fixed

Checked into head.

> 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.