diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-03-09 12:21:14 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-03-21 13:05:50 +0100 |
commit | a9f15d8ddb02de93e87cdd95cb6151922d7bf489 (patch) | |
tree | e57dedc10cf57eabb9c089f16d52935778165f29 /server/sonar-ce | |
parent | a136d807a7f077a4b30640895a7c963a0a437ed4 (diff) | |
download | sonarqube-a9f15d8ddb02de93e87cdd95cb6151922d7bf489.tar.gz sonarqube-a9f15d8ddb02de93e87cdd95cb6151922d7bf489.zip |
SONAR-8892 Add an organization member in database
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 c416ceb7a9d..f1e24e5c84c 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 @@ -108,7 +108,7 @@ public class ComputeEngineContainerImplTest { assertThat(picoContainer.getParent().getParent().getParent().getComponentAdapters()).hasSize( COMPONENTS_IN_LEVEL_1_AT_CONSTRUCTION + 23 // level 1 - + 47 // content of DaoModule + + 48 // content of DaoModule + 3 // content of EsSearchModule + 57 // content of CorePropertyDefinitions + 1 // content of CePropertyDefinitions |