diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-24 15:15:52 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-25 15:02:45 +0100 |
commit | 3c0e6beb1a4d64c17f8df3b10d5a4c19389b4615 (patch) | |
tree | 6503345322e03bcc9c34615c955b7466592bff24 /server/sonar-ce | |
parent | 2404ce6699a1aa3a5c0cc8313f2953ad8af4d784 (diff) | |
download | sonarqube-3c0e6beb1a4d64c17f8df3b10d5a4c19389b4615.tar.gz sonarqube-3c0e6beb1a4d64c17f8df3b10d5a4c19389b4615.zip |
SONAR-7466 Remove ACTION_PLANS table and related code
Diffstat (limited to 'server/sonar-ce')
-rw-r--r-- | server/sonar-ce/src/test/java/org/sonar/ce/container/ComputeEngineContainerImplTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-ce/src/test/java/org/sonar/ce/container/ComputeEngineContainerImplTest.java b/server/sonar-ce/src/test/java/org/sonar/ce/container/ComputeEngineContainerImplTest.java index 291093f2b45..d767f42a1bb 100644 --- a/server/sonar-ce/src/test/java/org/sonar/ce/container/ComputeEngineContainerImplTest.java +++ b/server/sonar-ce/src/test/java/org/sonar/ce/container/ComputeEngineContainerImplTest.java @@ -96,7 +96,7 @@ public class ComputeEngineContainerImplTest { assertThat(picoContainer.getParent().getParent().getParent().getComponentAdapters()).hasSize( COMPONENTS_IN_LEVEL_1_AT_CONSTRUCTION + 23 // level 1 - + 47 // content of DaoModule + + 45 // content of DaoModule + 1 // content of EsSearchModule + 56 // content of CorePropertyDefinitions + 1 // content of CePropertyDefinitions |