Merged 5.2.N (5.2.1) to HEAD (5.2)

130169 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      129778 gjames: SEARCH-113: Initial implementation of the Search public API


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130321 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-09-06 22:03:09 +00:00
parent 17a3b8912f
commit 043a158c80
14 changed files with 960 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
package org.alfresco.rest.api.tests;
import org.alfresco.rest.DeletedNodesTest;
import org.alfresco.rest.api.search.BasicSearchApiIntegrationTest;
import org.junit.AfterClass;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@@ -45,6 +46,7 @@ import org.junit.runners.Suite;
NodeApiTest.class,
NodeAssociationsApiTest.class,
NodeVersionsApiTest.class,
BasicSearchApiIntegrationTest.class,
QueriesNodesApiTest.class,
QueriesPeopleApiTest.class,
QueriesSitesApiTest.class,