mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged searchapi (5.2.1) to 5.2.N (5.2.1)
130151 gjames: SEARCH-124: Implementing "limits" search api param git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130307 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -104,9 +104,10 @@ public class SearchQuerySerializerTests
|
||||
assertEquals("mylabel", ff.getLabel());
|
||||
assertEquals("FC", ff.getMethod());
|
||||
assertEquals(Integer.valueOf(5), ff.getMincount());
|
||||
assertEquals(2000, searchQuery.getLimits().getPermissionEvaluationCount().intValue());
|
||||
assertEquals(5000, searchQuery.getLimits().getPermissionEvaluationTime().intValue());
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testSerializeContext() throws IOException
|
||||
{
|
||||
|
Reference in New Issue
Block a user