Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

97695: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      97685: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
         97573: Merged DEV (4.2.5) to V4.2-BUG-FIX (4.2.5)
            97499: MNT-13194: GetMethodRegressionTest takes from 20 seconds to 4 hours depending on database
               - Fixed the test cleanup.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@97707 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-02-21 07:53:33 +00:00
parent 3307a0a2e4
commit 625288ed18

View File

@@ -204,11 +204,6 @@ public class GetMethodRegressionTest extends TestCase
{ {
auditService.setAuditEnabled(false); auditService.setAuditEnabled(false);
} }
fileFolderService.delete(rootTestFolder);
NodeArchiveService archiveService = (NodeArchiveService) applicationContext.getBean("nodeArchiveService");
archiveService.purgeAllArchivedNodes(rootTestFolder.getStoreRef());
} }
} }