Merge branch 'feature/RM-5595_L2TestFix' into 'master'

RM-5595 L2 test fix for tear down method

See merge request !593
This commit is contained in:
Ross Gale
2017-10-05 10:03:06 +01:00
3 changed files with 6 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
public class Record extends TestModel
{
public final static String CONTENT_NODE_TYPE = "cm:content";
/*************************/
/** Mandatory parameters */
/*************************/

View File

@@ -53,6 +53,8 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
public class RecordCategory extends TestModel
{
public final static String DEFAULT_FILE_PLAN_ALIAS = "-filePlan-";
/*************************/
/** Mandatory parameters */
/*************************/

View File

@@ -53,6 +53,8 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
public class RecordCategoryChild extends TestModel
{
public final static String RECORD_FOLDER_NODE_TYPE = "rma:recordFolder";
/*************************/
/** Mandatory parameters */
/*************************/