mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix build
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73611 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -71,7 +71,7 @@ public class RoleRestApiTest extends BaseRMWebScriptTestCase
|
|||||||
filePlanRoleService.createRole(filePlan, role2, "My Test Role Too", getListOfCapabilities(5));
|
filePlanRoleService.createRole(filePlan, role2, "My Test Role Too", getListOfCapabilities(5));
|
||||||
|
|
||||||
//The user can either enter a plain text label or a key to look up in a property file.
|
//The user can either enter a plain text label or a key to look up in a property file.
|
||||||
filePlanRoleService.createRole(filePlan, role3, "bootstrap.rmadmin.lastName", getListOfCapabilities(5));
|
filePlanRoleService.createRole(filePlan, role3, "System Administrator", getListOfCapabilities(5));
|
||||||
|
|
||||||
// create test group
|
// create test group
|
||||||
String groupName = GUID.generate();
|
String groupName = GUID.generate();
|
||||||
|
Reference in New Issue
Block a user