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

129181 mmuller: Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
      128650 jvonka: V1 REST API: minor fixes (if running within default non-tenant context and single setup)
      - fix couple of failed tests to make sure they're no longer inter-dependent when run in this mode
      REPO-113


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129355 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alexandru Epure
2016-08-09 14:14:44 +00:00
parent d4af90d5ab
commit 19ed99e63a
3 changed files with 34 additions and 16 deletions

View File

@@ -93,7 +93,8 @@ public class DeletedNodesTest extends AbstractSingleNetworkSiteTest
Document document = createEmptyTextFile(createdFolder, "d1.txt");
PublicApiClient.Paging paging = getPaging(0, 5);
PublicApiClient.Paging paging = getPaging(0, 100);
//First get any deleted nodes
HttpResponse response = getAll(URL_DELETED_NODES, paging, 200);
List<Node> nodes = RestApiUtil.parseRestApiEntries(response.getJsonResponse(), Node.class);