From 036183cf2feaed7a400bfa85c8cdd6b3150e6486 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Fri, 9 Oct 2015 11:49:38 +0000 Subject: [PATCH] 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 --- .../org/alfresco/repo/usage/RepoUsageComponentTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/test-java/org/alfresco/repo/usage/RepoUsageComponentTest.java b/source/test-java/org/alfresco/repo/usage/RepoUsageComponentTest.java index 0627eaab4b..786db7551b 100644 --- a/source/test-java/org/alfresco/repo/usage/RepoUsageComponentTest.java +++ b/source/test-java/org/alfresco/repo/usage/RepoUsageComponentTest.java @@ -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);