mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
minor indentation
This commit is contained in:
@@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user