mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
129252 adavis: REPO-1079 Rename "Live Search" API endpoints - Changes to end points to reflect the rename of: /queries/live-search-nodes to /queries/nodes /queries/live-search-people to /queries/people /queries/live-search-sites to /queries/sites git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129379 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -62,7 +62,7 @@ import com.sun.star.lang.IllegalArgumentException;
|
||||
*/
|
||||
public class QueriesPeopleApiTest extends AbstractSingleNetworkSiteTest
|
||||
{
|
||||
private static final String URL_QUERIES_LSP = "queries/live-search-people";
|
||||
private static final String URL_QUERIES_LSP = "queries/people";
|
||||
|
||||
private static String TEST_TERM_PREFIX = Long.toString(System.currentTimeMillis()/1000);
|
||||
|
||||
|
Reference in New Issue
Block a user