From 6482c5170380cbf83d5084f9f17ce71337207f40 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Mon, 28 Nov 2016 15:15:31 +0200 Subject: [PATCH] remove the hasRetentionSchedule check --- .../fileplancomponents/UnfiledRecordsFolderTests.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/UnfiledRecordsFolderTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/UnfiledRecordsFolderTests.java index f6e1481140..d1a4f29466 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/UnfiledRecordsFolderTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/UnfiledRecordsFolderTests.java @@ -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