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:
Alex Mukha
2015-10-09 11:49:38 +00:00
parent 68c634f5b7
commit 036183cf2f

View File

@@ -173,7 +173,7 @@ public class RepoUsageComponentTest extends TestCase
RepoUsage restrictions = new RepoUsage(
System.currentTimeMillis(),
getUsage().getUsers(),
10000L,
getUsage().getDocuments(),
LicenseMode.TEAM,
System.currentTimeMillis() + 24*3600000,
false);