From 5fec31e164c25f4df1881d2d4f370bedc69cd930 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Wed, 17 May 2017 09:44:46 +0300 Subject: [PATCH] minor indentation --- .../unfiledrecordfolders/UnfiledRecordsFolderTests.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/unfiledrecordfolders/UnfiledRecordsFolderTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/unfiledrecordfolders/UnfiledRecordsFolderTests.java index e640e9d86a..4e09cee2e7 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/unfiledrecordfolders/UnfiledRecordsFolderTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/unfiledrecordfolders/UnfiledRecordsFolderTests.java @@ -490,7 +490,7 @@ public class UnfiledRecordsFolderTests extends BaseRMRestTest String identifier = " \\(" + record.getProperties().getIdentifier() + "\\)"; String regex= "(" + NONELECTRONIC_RECORD_NAME + "|" + ELECTRONIC_RECORD_NAME + ")" + "[0-9]+" + identifier; assertTrue(record.getName().matches(regex), - "The record name :" + record.getName() +"doesn't match the expression " + regex); + "The record name:" + record.getName() + " doesn't match the expression " + regex); assertTrue(createdComponent.getName().contains(createdComponent.getProperties().getIdentifier())); assertEquals(createdComponent.getNodeType(), record.getNodeType());