mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
57501: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3) 57338: Moved duplicate tests for ALF-19784 (MNT-9866): Duplicated tests in thor in package org.alfresco.rest.api.tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1075,7 +1075,7 @@ public class RepoService
|
|||||||
this.siteInfo = siteInfo;
|
this.siteInfo = siteInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
TestSite(TestNetwork account, String siteId, String guid, String title, String description, SiteVisibility siteVisibility)
|
public TestSite(TestNetwork account, String siteId, String guid, String title, String description, SiteVisibility siteVisibility)
|
||||||
{
|
{
|
||||||
super((account == null ? null : account.getId()), siteId, guid);
|
super((account == null ? null : account.getId()), siteId, guid);
|
||||||
setTitle(title);
|
setTitle(title);
|
||||||
|
Reference in New Issue
Block a user