mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
MNT-14901 MNT-13871: 4.2.5 User Auth code merged to 5.1.N caused 2 build failures
- Removed the hardcoded value in the test. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@114046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -173,7 +173,7 @@ public class RepoUsageComponentTest extends TestCase
|
|||||||
RepoUsage restrictions = new RepoUsage(
|
RepoUsage restrictions = new RepoUsage(
|
||||||
System.currentTimeMillis(),
|
System.currentTimeMillis(),
|
||||||
getUsage().getUsers(),
|
getUsage().getUsers(),
|
||||||
10000L,
|
getUsage().getDocuments(),
|
||||||
LicenseMode.TEAM,
|
LicenseMode.TEAM,
|
||||||
System.currentTimeMillis() + 24*3600000,
|
System.currentTimeMillis() + 24*3600000,
|
||||||
false);
|
false);
|
||||||
|
Reference in New Issue
Block a user