mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-5970 - Added javadoc on the class and repaired typo
This commit is contained in:
@@ -30,10 +30,15 @@ import org.alfresco.module.org_alfresco_module_rm.test.util.BaseRMTestCase;
|
|||||||
import org.alfresco.service.cmr.repository.NodeRef;
|
import org.alfresco.service.cmr.repository.NodeRef;
|
||||||
import org.springframework.extensions.webscripts.GUID;
|
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
|
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
|
* 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.
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user