From 220e77e3893f5692d49c26161e03ffa8215fe455 Mon Sep 17 00:00:00 2001 From: Lucian Tuca Date: Mon, 29 Oct 2018 11:10:00 +0200 Subject: [PATCH] MM-763 : Renditions: Release MM 1.3.0-RC1 for ACS 6.1 (~ supported version) - introduced tests after fresh release --- e2e-test/java/org/alfresco/rest/discovery/DiscoveryTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-test/java/org/alfresco/rest/discovery/DiscoveryTests.java b/e2e-test/java/org/alfresco/rest/discovery/DiscoveryTests.java index 76a9e3639..271b45433 100644 --- a/e2e-test/java/org/alfresco/rest/discovery/DiscoveryTests.java +++ b/e2e-test/java/org/alfresco/rest/discovery/DiscoveryTests.java @@ -75,7 +75,7 @@ public class DiscoveryTests extends RestTest assertTrue(modules.contains("alfresco-saml-repo")); assertTrue(modules.contains("org_alfresco_device_sync_repo")); // The MM does not support new RenditionService2 -// assertTrue(modules.contains("org_alfresco_mm_repo")); + assertTrue(modules.contains("org_alfresco_mm_repo")); assertTrue(modules.contains("org.alfresco.module.TransformationServer")); // Check that all installed modules are in INSTALLED state