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:
@@ -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