mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
remove some indentation,update AC as per review comment
This commit is contained in:
@@ -199,9 +199,9 @@ public class FilePlanTests extends BaseRestTest
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
(
|
(
|
||||||
description = "Check the response code when creating the special file plan components",
|
description = "Check the response code when creating the special file plan components",
|
||||||
dataProviderClass = TestData.class,
|
dataProviderClass = TestData.class,
|
||||||
dataProvider = "getContainersAndTypes"
|
dataProvider = "getContainersAndTypes"
|
||||||
)
|
)
|
||||||
@Bug(id="RM-4296")
|
@Bug(id="RM-4296")
|
||||||
public void createFilePlanSpecialContainerWhenExists(FilePlanComponentAlias filePlanAlias, FilePlanComponentType rmType) throws Exception
|
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
|
* When a non-RM user ask the API for the details of the file plan
|
||||||
* Then the status code 403 (Permission denied) is return
|
* Then the status code 403 (Permission denied) is return
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
(
|
(
|
||||||
description = "Check the response code when the RM site containers are get with non rm users",
|
description = "Check the response code when the RM site containers are get with non rm users",
|
||||||
dataProviderClass = TestData.class,
|
dataProviderClass = TestData.class,
|
||||||
dataProvider = "getContainers"
|
dataProvider = "getContainers"
|
||||||
)
|
)
|
||||||
public void getSpecialFilePlanComponentsWithNonRMuser(String filePlanAlias) throws Exception
|
public void getSpecialFilePlanComponentsWithNonRMuser(String filePlanAlias) throws Exception
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user