mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
add the bug id
This commit is contained in:
@@ -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.model.fileplancomponents.FilePlanComponentsCollection;
|
||||||
import org.alfresco.rest.rm.requests.FilePlanComponentAPI;
|
import org.alfresco.rest.rm.requests.FilePlanComponentAPI;
|
||||||
import org.alfresco.utility.data.DataUser;
|
import org.alfresco.utility.data.DataUser;
|
||||||
|
import org.alfresco.utility.report.Bug;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
@@ -347,6 +348,7 @@ public class RecordCategoryTest extends BaseRestTest
|
|||||||
dataProvider = "childrenNotAllowedForCategory"
|
dataProvider = "childrenNotAllowedForCategory"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
@Bug (id="RM-4367")
|
||||||
public void createTypesNotAllowedInCategory(String nodeType) throws Exception
|
public void createTypesNotAllowedInCategory(String nodeType) throws Exception
|
||||||
{
|
{
|
||||||
String COMPONENT_NAME="Component"+getRandomAlphanumeric();
|
String COMPONENT_NAME="Component"+getRandomAlphanumeric();
|
||||||
|
Reference in New Issue
Block a user