mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (Cloud33/4.3) to HEAD (Cloud33/4.3)
62905: Merged PLATFORM1 (Cloud33) to HEAD-BUG-FIX (Cloud33/4.3) 61335: ACE-33 implementation of cmis:items add permissions create and delete of cmis:items some unit test fixes new unit test for items git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62958 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,6 +31,7 @@ public class TestPublicApiBrowser11TCK extends AbstractEnterpriseOpenCMIS11TCKTe
|
||||
Map<String, String> cmisParameters = new HashMap<String, String>();
|
||||
cmisParameters.put(TestParameters.DEFAULT_RELATIONSHIP_TYPE, "R:cm:replaces");
|
||||
cmisParameters.put(TestParameters.DEFAULT_SECONDARY_TYPE, "P:cm:author");
|
||||
cmisParameters.put(TestParameters.DEFAULT_ITEM_TYPE, "I:cm:authority");
|
||||
clientContext = new OpenCMISClientContext(BindingType.BROWSER,
|
||||
MessageFormat.format(CMIS_URL, "localhost", String.valueOf(port), "alfresco", network.getId(), "public"),
|
||||
"admin@" + network.getId(), "admin", cmisParameters);
|
||||
|
Reference in New Issue
Block a user