mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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/BRANCHES/DEV/5.2.N/root@129181 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user