Fix test failures in DownloadServiceIntegrationTest.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42197 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alex Miller
2012-10-01 11:14:43 +00:00
parent fa1dfa75c0
commit 131080b564

View File

@@ -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);