mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Build fix
- Corrected lookup of root groups - Improved root group search in the process - Spent ages trying to work out why GROUP_BUFFY wasn't being deleted! git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19210 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -568,7 +568,7 @@ public class GroupsTest extends BaseWebScriptTest
|
||||
String myNewGroup = "GROUP_BUFFY";
|
||||
{
|
||||
// Delete incase it already exists from a previous test run
|
||||
sendRequest(new DeleteRequest(URL_ROOTGROUPS + "/" + myNewGroup), 0);
|
||||
sendRequest(new DeleteRequest(URL_ROOTGROUPS + "/BUFFY"), 0);
|
||||
|
||||
JSONObject newGroupJSON = new JSONObject();
|
||||
Response response = sendRequest(new PostRequest(URL_GROUPS + "/" + myRootGroup +"/children/" + myNewGroup, newGroupJSON.toString(), "application/json" ), Status.STATUS_CREATED);
|
||||
|
Reference in New Issue
Block a user