mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1457: The create site REST API implementation has appropriate extension points
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132658 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -490,6 +490,13 @@ public class TestSites extends EnterpriseTestApi
|
||||
}
|
||||
}
|
||||
|
||||
// -ve test - create site with a given preset (REPO-194 and REPO-1523)
|
||||
{
|
||||
publicApiClient.setRequestContext(new RequestContext(network1.getId(), person1Id));
|
||||
|
||||
Site site = new SiteImpl().withPreset("testSitePreset");
|
||||
sitesProxy.createSite(site, 400);
|
||||
}
|
||||
// Test Case cloud-1478
|
||||
// Test Case cloud-1479
|
||||
// user invited to network and user invited to site
|
||||
|
Reference in New Issue
Block a user