From 131080b5644bfd320bfb08a820f459b34613c545 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 1 Oct 2012 11:14:43 +0000 Subject: [PATCH] Fix test failures in DownloadServiceIntegrationTest. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42197 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/repo/download/DownloadServiceIntegrationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/java/org/alfresco/repo/download/DownloadServiceIntegrationTest.java b/source/java/org/alfresco/repo/download/DownloadServiceIntegrationTest.java index 16a1507e76..a9f00c6dac 100644 --- a/source/java/org/alfresco/repo/download/DownloadServiceIntegrationTest.java +++ b/source/java/org/alfresco/repo/download/DownloadServiceIntegrationTest.java @@ -396,6 +396,8 @@ public class DownloadServiceIntegrationTest try { final NodeRef downloadNode = DOWNLOAD_SERVICE.createDownload(new NodeRef[] {folder}, true); + testNodes.addNodeRef(downloadNode); + waitForDownload(downloadNode); validateEntries(getEntries(downloadNode), expectedEntries, true);