From a37e56f1fc088836a12c53d83b6c90c9d57dbd04 Mon Sep 17 00:00:00 2001 From: cagache Date: Mon, 6 May 2019 10:33:42 +0300 Subject: [PATCH] code review comments --- .../rm/community/files/DeclareAndFileDocumentAsRecordTests.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/files/DeclareAndFileDocumentAsRecordTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/files/DeclareAndFileDocumentAsRecordTests.java index da36124ada..899466aeaf 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/files/DeclareAndFileDocumentAsRecordTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/files/DeclareAndFileDocumentAsRecordTests.java @@ -125,7 +125,7 @@ public class DeclareAndFileDocumentAsRecordTests extends BaseRMRestTest STEP("Create test collaboration site to store documents in."); publicSite = dataSite.usingAdmin().createPublicRandomSite(); - STEP("Create a record category with 2 record folders"); + STEP("Create record categories and record folders"); recordCategory = createRootCategory(getRandomName("recordCategory")); subCategory = createRecordCategory(recordCategory.getId(), getRandomName("subCategory")); recordFolder = createFolder(recordCategory.getId(), getRandomName("recordFolder"));