From 79a2aaeff85ced618174e30f6ee225c0c5920555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alecsandru=20Prun=C4=83?= Date: Wed, 25 Jan 2017 14:40:55 +0200 Subject: [PATCH] Fixed deleteCommentWithInvalidNetworkId testrail path --- .../java/org/alfresco/rest/comments/DeleteCommentFullTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-test/java/org/alfresco/rest/comments/DeleteCommentFullTests.java b/e2e-test/java/org/alfresco/rest/comments/DeleteCommentFullTests.java index 8386b5a39..9f3037f1d 100644 --- a/e2e-test/java/org/alfresco/rest/comments/DeleteCommentFullTests.java +++ b/e2e-test/java/org/alfresco/rest/comments/DeleteCommentFullTests.java @@ -157,7 +157,7 @@ public class DeleteCommentFullTests extends RestTest restClient.assertStatusCodeIs(HttpStatus.NOT_FOUND).assertLastError().containsSummary(file.getNodeRef() + " was not found"); } - @TestRail(section = { TestGroup.REST_API, TestGroup.NETWORKS, TestGroup.COMMENTS }, executionType = ExecutionType.REGRESSION, + @TestRail(section = { TestGroup.REST_API, TestGroup.COMMENTS, TestGroup.NETWORKS }, executionType = ExecutionType.REGRESSION, description = "Verify deleteComment from node with invalid network id returns status code 401") @Test(groups = { TestGroup.REST_API, TestGroup.NETWORKS, TestGroup.COMMENTS, TestGroup.FULL }) public void deleteCommentWithInvalidNetworkId() throws Exception