mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
review changes & changes to replace userService method that create uses
This commit is contained in:
@@ -58,15 +58,15 @@
|
||||
<artifactId>restapi</artifactId>
|
||||
<version>${tas.restapi.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.alfresco.tas</groupId>
|
||||
<artifactId>utility</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.alfresco.tas</groupId>
|
||||
|
@@ -37,6 +37,11 @@ import java.util.UUID;
|
||||
*/
|
||||
public class CommonTestUtils
|
||||
{
|
||||
/**
|
||||
* The default pattern used for the user full name when users are created with tas utility
|
||||
*/
|
||||
public static final String USER_FULLNAME_PATTERN = "FN-%1$s LN-%1$s";
|
||||
|
||||
/** Private constructor to prevent instantiation. */
|
||||
private CommonTestUtils()
|
||||
{
|
||||
|
Reference in New Issue
Block a user