Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities

This commit is contained in:
Roy Wetherall
2016-08-02 11:21:40 +10:00
5 changed files with 10 additions and 11 deletions

View File

@@ -285,7 +285,6 @@ public class RecordServiceImplUnitTest extends BaseUnitTest
// expect exception
exception.expect(RecordLinkRuntimeException.class);
exception.expectMessage("incompatible disposition schedule");
// link
recordService.link(record, recordFolder);