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>
|
<artifactId>restapi</artifactId>
|
||||||
<version>${tas.restapi.version}</version>
|
<version>${tas.restapi.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.alfresco.tas</groupId>
|
<groupId>org.alfresco.tas</groupId>
|
||||||
<artifactId>utility</artifactId>
|
<artifactId>utility</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco.tas</groupId>
|
<groupId>org.alfresco.tas</groupId>
|
||||||
|
@@ -37,6 +37,11 @@ import java.util.UUID;
|
|||||||
*/
|
*/
|
||||||
public class CommonTestUtils
|
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 constructor to prevent instantiation. */
|
||||||
private CommonTestUtils()
|
private CommonTestUtils()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user