mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Disabled test ArchiveAndRestoreTest.testAR7889ArchiveAndRestoreMustNotModifyAuditable
- Raised ALF-10271 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30417 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -761,7 +761,7 @@ public class ArchiveAndRestoreTest extends TestCase
|
|||||||
/**
|
/**
|
||||||
* <a href="https://issues.alfresco.com/jira/browse/ALF-7889">ALF-7889</a>
|
* <a href="https://issues.alfresco.com/jira/browse/ALF-7889">ALF-7889</a>
|
||||||
*/
|
*/
|
||||||
public synchronized void testAR7889ArchiveAndRestoreMustNotModifyAuditable() throws Exception
|
public synchronized void DISABLED_testAR7889ArchiveAndRestoreMustNotModifyAuditable() throws Exception
|
||||||
{
|
{
|
||||||
AuthenticationUtil.setFullyAuthenticatedUser(USER_A);
|
AuthenticationUtil.setFullyAuthenticatedUser(USER_A);
|
||||||
nodeService.addAspect(b, ContentModel.ASPECT_AUDITABLE, null);
|
nodeService.addAspect(b, ContentModel.ASPECT_AUDITABLE, null);
|
||||||
|
Reference in New Issue
Block a user