mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
ACS-1988 Implement DAU Version Renditions code (#931)
* ACS-1988 Implement DAU Version Renditions code * ACS-1988 Replace directAccessUrlRequest with request-direct-access-url * ACS-1988 fix and move DAU version rendition test * ACS-1988 Add NodeVersionRenditionsApiTest to test suite * ACS-1988 Remove unused import * ACS-1988 add error response tests * ACS-1988 remove redundant constant * ACS-1988 updates from review * ACS-1988 updates from review
This commit is contained in:
@@ -53,6 +53,7 @@ import org.junit.runners.Suite;
|
||||
org.alfresco.rest.api.tests.NodeApiTest.class,
|
||||
org.alfresco.rest.api.tests.NodeAssociationsApiTest.class,
|
||||
org.alfresco.rest.api.tests.NodeVersionsApiTest.class,
|
||||
org.alfresco.rest.api.tests.NodeVersionRenditionsApiTest.class,
|
||||
org.alfresco.rest.api.tests.QueriesNodesApiTest.class,
|
||||
org.alfresco.rest.api.tests.QueriesPeopleApiTest.class,
|
||||
org.alfresco.rest.api.tests.QueriesSitesApiTest.class,
|
||||
|
Reference in New Issue
Block a user