mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
132249 rmunteanu: REPO-1523: REGRESS: Site created from API cannot be accessed via Share git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132361 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -706,6 +706,17 @@ public class TestSites extends EnterpriseTestApi
|
||||
null,
|
||||
"Expected 400 response when updating "+site.getSiteId(), 400);
|
||||
|
||||
sitesProxy.update(
|
||||
"sites",
|
||||
site.getSiteId(),
|
||||
null,
|
||||
null,
|
||||
"{\n" +
|
||||
" \"preset\": \"sitePreset\"" +
|
||||
"}",
|
||||
null,
|
||||
"Expected 400 response when updating "+site.getSiteId(), 400);
|
||||
|
||||
// Details should not have changed.
|
||||
Site fresh = sitesProxy.getSite(site.getSiteId(), 200);
|
||||
site.expected(fresh);
|
||||
|
Reference in New Issue
Block a user