From ff769db7151b275134d29fd247c703b93a10d56e Mon Sep 17 00:00:00 2001 From: Kristijan Conkas Date: Wed, 21 Dec 2016 18:05:40 +0000 Subject: [PATCH] RM-4426: clarified description --- .../rest/rm/community/fileplancomponents/DeleteRecordTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/DeleteRecordTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/DeleteRecordTests.java index d0c9491ac0..cc66203fc2 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/DeleteRecordTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/DeleteRecordTests.java @@ -158,7 +158,7 @@ public class DeleteRecordTests extends BaseRestTest */ @Test ( - description = "User without delete permissions can't delete a record" + description = "User without write permissions can't delete a record" ) public void userWithoutDeletePermissionsCantDeleteRecord() throws Exception {