mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5012 - fix integration test
This commit is contained in:
@@ -524,7 +524,9 @@ public class InplaceRecordPermissionTest extends BaseRMTestCase
|
||||
// create record folder and file record
|
||||
NodeRef recordFolder = recordFolderService.createRecordFolder(recordCategory, GUID.generate());
|
||||
fileFolderService.move(dmDocument, recordFolder, null);
|
||||
|
||||
})
|
||||
.perform(() ->
|
||||
{
|
||||
// cut off record
|
||||
rmActionService.executeRecordsManagementAction(dmDocument, DeclareRecordAction.NAME);
|
||||
utils.completeEvent(dmDocument, CommonRMTestUtils.DEFAULT_EVENT_NAME);
|
||||
|
Reference in New Issue
Block a user