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

129174 mmuller: Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
      128594 jvonka: V1 REST API: cleanup and rationalise new api tests (re: remotable helpers & runAs user / admin) - round 2
      REPO-113


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129348 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alexandru Epure
2016-08-09 14:13:39 +00:00
parent 575183a5ac
commit 472785f0bd
10 changed files with 177 additions and 176 deletions

View File

@@ -375,9 +375,10 @@ public class QueriesApiTest extends AbstractBaseApiTest
finally
{
// some cleanup
setRequestContext(user1);
for (String docId : allIds)
{
delete(URL_NODES, user1, docId, 204);
deleteNode(docId, true, 204);
}
}
}
@@ -583,7 +584,7 @@ public class QueriesApiTest extends AbstractBaseApiTest
setRequestContext(user1);
for (String docId : allIds)
{
delete(URL_NODES, user1, docId, 204);
deleteNode(docId, true, 204);
}
}
}
@@ -679,7 +680,7 @@ public class QueriesApiTest extends AbstractBaseApiTest
setRequestContext(user1);
for (String nodeId : allIds)
{
delete(URL_NODES, user1, nodeId, 204);
deleteNode(nodeId, true, 204);
}
}
}