From 8a818b5db34f56132e9a8ba897d71731812c7d8b Mon Sep 17 00:00:00 2001 From: Lucian Tuca Date: Mon, 29 Oct 2018 12:00:03 +0200 Subject: [PATCH] MM-763 : Renditions: Release MM 1.3.0-RC1 for ACS 6.1 (~ supported version) - updated number of modules --- 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 271b45433..273d07f27 100644 --- a/e2e-test/java/org/alfresco/rest/discovery/DiscoveryTests.java +++ b/e2e-test/java/org/alfresco/rest/discovery/DiscoveryTests.java @@ -80,7 +80,7 @@ public class DiscoveryTests extends RestTest // Check that all installed modules are in INSTALLED state List modulesStates = restClient.onResponse().getResponse().jsonPath().getList("entry.repository.modules.installState", String.class); - assertEquals(Collections.frequency(modulesStates, "INSTALLED"), 10); + assertEquals(Collections.frequency(modulesStates, "INSTALLED"), 11); } @Test(groups = { TestGroup.REST_API, TestGroup.DISCOVERY, TestGroup.SANITY, TestGroup.CORE })