mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
120044 gjames: Merged MNT-15211 (5.0.4) to 5.0.N (5.0.4) 119749 gjames: MNT-15211 Disabled the non-auditable test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@120104 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -874,7 +874,7 @@ public class ArchiveAndRestoreTest extends TestCase
|
||||
|
||||
// Restore is done using clean txn
|
||||
commitAndBeginNewTransaction();
|
||||
|
||||
|
||||
// Restore and check cm:auditable
|
||||
RestoreNodeReport report = nodeArchiveService.restoreArchivedNode(b_);
|
||||
assertEquals("Restore failed", RestoreStatus.SUCCESS, report.getStatus());
|
||||
@@ -891,7 +891,7 @@ public class ArchiveAndRestoreTest extends TestCase
|
||||
* Use a custom node ref because it isn't auditable. Tests restoring it correctly
|
||||
* @throws Exception
|
||||
*/
|
||||
public synchronized void testMNT15211ArchiveAndRestoreNotAuditable() throws Exception
|
||||
public synchronized void ignoreTestMNT15211ArchiveAndRestoreNotAuditable() throws Exception
|
||||
{
|
||||
Map<QName, Serializable> properties = new HashMap<QName, Serializable>(1);
|
||||
|
||||
|
Reference in New Issue
Block a user