Merged 5.2.N (5.2.2) to HEAD (5.2)

134671 cpopa: 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/HEAD/root@137348 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrei Rebegea
2017-06-14 16:58:01 +00:00
parent cbd0c08325
commit 0e29136f2d
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
{