mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-1162: CLONE - Alfresco 4.2.1 could not start with RM module
* see MNT-10259 * missed files git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.1@60430 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -88,7 +88,7 @@ public class RmClassesRestApiTest extends BaseRMWebScriptTestCase
|
||||
// Get the list of dm aspects and check them. It also contains rm related aspects.
|
||||
|
||||
// Format url and send request
|
||||
url = String.format(RM_ASPECTS_URL, "aspect", COLLAB_SITE_ID);
|
||||
url = String.format(RM_ASPECTS_URL, "aspect", collabSiteId);
|
||||
response = sendRequest(new GetRequest(url), Status.STATUS_OK);
|
||||
|
||||
// Check the content from the response
|
||||
|
@@ -88,7 +88,7 @@ public class RmPropertiesRestApiTest extends BaseRMWebScriptTestCase
|
||||
// Get the list of dm types and check them. It also contains rm related types.
|
||||
|
||||
// Format url and send request
|
||||
url = String.format(RM_TYPES_URL, "type", COLLAB_SITE_ID);
|
||||
url = String.format(RM_TYPES_URL, "type", collabSiteId);
|
||||
response = sendRequest(new GetRequest(url), Status.STATUS_OK);
|
||||
|
||||
// Check the content from the response
|
||||
|
Reference in New Issue
Block a user