mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6141 Update SQL tests to use correct users.
Also hardcode the site id of the RM site to be "rm", so that we can use this when adding site members. (cherry picked from commit 92a6dcf8ae04151699b0b5a4bad79bc82f36ae71) # Conflicts: # rm-enterprise/pom.xml
This commit is contained in:
@@ -60,7 +60,7 @@ public class RMSiteUtil
|
||||
*/
|
||||
public static RMSite createRMSiteModel(RMSiteCompliance compliance, String title, String description)
|
||||
{
|
||||
return RMSite.builder().compliance(compliance).title(title).description(description).build();
|
||||
return RMSite.builder().id(RM_ID).compliance(compliance).title(title).description(description).build();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user