Merged WEBAPP-API (5.2.1) to 5.2.N (5.2.1)

134630 cpopa: APPSREPO-105 : Add an API to download multiple file/folders as a zip
      - Added an API for creating a download, retrieving download info and canceling a download


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@134671 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Constantin Popa
2017-01-20 12:56:01 +00:00
parent 681c1c074a
commit 671b712a47
8 changed files with 1031 additions and 1 deletions

View File

@@ -74,7 +74,8 @@ import org.junit.runners.Suite;
TestSiteMembershipRequests.class,
TestFavourites.class,
TestPublicApi128.class,
TestPublicApiCaching.class
TestPublicApiCaching.class,
TestDownloads.class
})
public class ApiTest
{