From 6ed52b60cb5654ec3b4b7c7b27efe296df937f25 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Mon, 31 Oct 2016 10:40:03 +0200 Subject: [PATCH] remove some indentation,update AC as per review comment --- .../rest/fileplancomponents/FilePlanTests.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/test/java/org/alfresco/rest/fileplancomponents/FilePlanTests.java b/src/test/java/org/alfresco/rest/fileplancomponents/FilePlanTests.java index a2966251fd..608e430d53 100644 --- a/src/test/java/org/alfresco/rest/fileplancomponents/FilePlanTests.java +++ b/src/test/java/org/alfresco/rest/fileplancomponents/FilePlanTests.java @@ -199,9 +199,9 @@ public class FilePlanTests extends BaseRestTest */ @Test ( - description = "Check the response code when creating the special file plan components", - dataProviderClass = TestData.class, - dataProvider = "getContainersAndTypes" + description = "Check the response code when creating the special file plan components", + dataProviderClass = TestData.class, + dataProvider = "getContainersAndTypes" ) @Bug(id="RM-4296") public void createFilePlanSpecialContainerWhenExists(FilePlanComponentAlias filePlanAlias, FilePlanComponentType rmType) throws Exception @@ -231,15 +231,15 @@ public class FilePlanTests extends BaseRestTest } /** - * Given that RM exists + * Given that RM site exists * When a non-RM user ask the API for the details of the file plan * Then the status code 403 (Permission denied) is return */ @Test ( - description = "Check the response code when the RM site containers are get with non rm users", - dataProviderClass = TestData.class, - dataProvider = "getContainers" + description = "Check the response code when the RM site containers are get with non rm users", + dataProviderClass = TestData.class, + dataProvider = "getContainers" ) public void getSpecialFilePlanComponentsWithNonRMuser(String filePlanAlias) throws Exception {