mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Build fix - set authenticated user before testing aspect
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@41935 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -317,6 +317,7 @@ public class QuickShareRestApiTest extends BaseWebScriptTest
|
|||||||
|
|
||||||
String copyNodeRef = copyResult.getString("nodeRef");
|
String copyNodeRef = copyResult.getString("nodeRef");
|
||||||
|
|
||||||
|
AuthenticationUtil.setFullyAuthenticatedUser(USER_ONE);
|
||||||
assertFalse(nodeService.hasAspect(new NodeRef(copyNodeRef), QuickShareModel.ASPECT_QSHARE));
|
assertFalse(nodeService.hasAspect(new NodeRef(copyNodeRef), QuickShareModel.ASPECT_QSHARE));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user