mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-7060 Fix integration tests
This commit is contained in:
@@ -120,7 +120,7 @@ public class MoveRecordTest extends BaseRMTestCase
|
|||||||
assertNull(dispositionService.getNextDispositionAction(record));
|
assertNull(dispositionService.getNextDispositionAction(record));
|
||||||
|
|
||||||
// check the search aspect properties
|
// check the search aspect properties
|
||||||
assertFalse(nodeService.hasAspect(record, ASPECT_RM_SEARCH));
|
assertTrue(nodeService.hasAspect(record, ASPECT_RM_SEARCH));
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@@ -218,7 +218,7 @@ public class MoveRecordFolderTest extends BaseRMTestCase
|
|||||||
assertNull(dispositionService.getNextDispositionAction(recordFolder));
|
assertNull(dispositionService.getNextDispositionAction(recordFolder));
|
||||||
|
|
||||||
// check the search aspect properties
|
// check the search aspect properties
|
||||||
assertFalse(nodeService.hasAspect(recordFolder, ASPECT_RM_SEARCH));
|
assertTrue(nodeService.hasAspect(recordFolder, ASPECT_RM_SEARCH));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user