mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
remove the hasRetentionSchedule check
This commit is contained in:
@@ -206,9 +206,6 @@ public class UnfiledRecordsFolderTests extends BaseRestTest
|
||||
|
||||
assertEquals(childFolder.getName(), childFolderName);
|
||||
assertEquals(childFolder.getNodeType(), UNFILED_RECORD_FOLDER_TYPE.toString());
|
||||
// FIXME: TO DO investigate. Has Retention schedule is not returned!!
|
||||
//assertFalse(childFolder.isHasRetentionSchedule());
|
||||
|
||||
assertEquals(childFolder.getCreatedByUser().getId(), dataUser.getAdminUser().getUsername());
|
||||
|
||||
// Verify the returned file plan component properties
|
||||
|
Reference in New Issue
Block a user