From 4540456eb8adb83f02f8f0ab85f42281e6fdc60a Mon Sep 17 00:00:00 2001 From: Elena Hardon Date: Wed, 3 Jan 2018 16:05:40 +0200 Subject: [PATCH] RM-5970 - Added javadoc on the class and repaired typo --- .../test/integration/issue/RM5225Test.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM5225Test.java b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM5225Test.java index 3329902575..9f33ee9693 100644 --- a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM5225Test.java +++ b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM5225Test.java @@ -30,10 +30,15 @@ import org.alfresco.module.org_alfresco_module_rm.test.util.BaseRMTestCase; import org.alfresco.service.cmr.repository.NodeRef; import org.springframework.extensions.webscripts.GUID; +/** + * Integration test for RM-5225 + * + * Copy of record from a RM site does not append the correct id at the end of the record name. + */ public class RM5225Test extends BaseRMTestCase { /** - * Given the RM site, a record category created in the fileplan, a record foler containing a record + * Given the RM site, a record category created in the fileplan, a record folder containing a record * When we create a copy from the existing record * Then the created record name contains both the name of the record from which it was created and the unique identifier of the current record. */