mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
MM-763 : Renditions: Release MM 1.3.0-RC1 for ACS 6.1 (~ supported version)
- updated number of modules
This commit is contained in:
@@ -80,7 +80,7 @@ public class DiscoveryTests extends RestTest
|
||||
|
||||
// Check that all installed modules are in INSTALLED state
|
||||
List<String> 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 })
|
||||
|
||||
Reference in New Issue
Block a user