diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-09-20 17:11:09 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-09-26 15:06:49 +0200 |
commit | b5da9d55d9881f33fcc2f63490817289cc1f64ec (patch) | |
tree | 947dce1c7983f49d309e07f8e98c5532a012ce3c /server/sonar-ce | |
parent | 9b3d895bff4f047ef867f66be9156bebea74e155 (diff) | |
download | sonarqube-b5da9d55d9881f33fcc2f63490817289cc1f64ec.tar.gz sonarqube-b5da9d55d9881f33fcc2f63490817289cc1f64ec.zip |
SONAR-8095 add OrganizationDao
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 3270c9ce209..b027d5e4cae 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 @@ -106,7 +106,7 @@ public class ComputeEngineContainerImplTest { assertThat(picoContainer.getParent().getParent().getParent().getComponentAdapters()).hasSize( COMPONENTS_IN_LEVEL_1_AT_CONSTRUCTION + 24 // level 1 - + 50 // content of DaoModule + + 51 // content of DaoModule + 2 // content of EsSearchModule + 61 // content of CorePropertyDefinitions + 1 // content of CePropertyDefinitions |