From e6cc9d2bd2568cbb4aafc9caeca52ac6f35039d8 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Thu, 17 Nov 2016 11:29:47 +0200 Subject: [PATCH] add the bug id --- .../alfresco/rest/rm/fileplancomponents/RecordCategoryTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/fileplancomponents/RecordCategoryTest.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/fileplancomponents/RecordCategoryTest.java index 5e259d4603..78d527e30a 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/fileplancomponents/RecordCategoryTest.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/fileplancomponents/RecordCategoryTest.java @@ -45,6 +45,7 @@ import org.alfresco.rest.rm.model.fileplancomponents.FilePlanComponentType; import org.alfresco.rest.rm.model.fileplancomponents.FilePlanComponentsCollection; import org.alfresco.rest.rm.requests.FilePlanComponentAPI; import org.alfresco.utility.data.DataUser; +import org.alfresco.utility.report.Bug; import org.springframework.beans.factory.annotation.Autowired; import org.testng.annotations.Test; @@ -347,6 +348,7 @@ public class RecordCategoryTest extends BaseRestTest dataProvider = "childrenNotAllowedForCategory" ) + @Bug (id="RM-4367") public void createTypesNotAllowedInCategory(String nodeType) throws Exception { String COMPONENT_NAME="Component"+getRandomAlphanumeric();