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:
Roy Wetherall
2014-01-23 01:50:07 +00:00
parent 9fe518548b
commit 157506fe95
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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