mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -396,6 +396,8 @@ public class DownloadServiceIntegrationTest
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
final NodeRef downloadNode = DOWNLOAD_SERVICE.createDownload(new NodeRef[] {folder}, true);
|
final NodeRef downloadNode = DOWNLOAD_SERVICE.createDownload(new NodeRef[] {folder}, true);
|
||||||
|
testNodes.addNodeRef(downloadNode);
|
||||||
|
|
||||||
waitForDownload(downloadNode);
|
waitForDownload(downloadNode);
|
||||||
|
|
||||||
validateEntries(getEntries(downloadNode), expectedEntries, true);
|
validateEntries(getEntries(downloadNode), expectedEntries, true);
|
||||||
|
Reference in New Issue
Block a user