]> source.dussan.org Git - sonarqube.git/commitdiff
Fix IssueIndexProjectStatisticsTest compilation error
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Mon, 24 Jul 2017 08:33:37 +0000 (10:33 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Mon, 24 Jul 2017 08:33:37 +0000 (10:33 +0200)
server/sonar-server/src/test/java/org/sonar/server/issue/index/IssueIndexProjectStatisticsTest.java

index 481c62ff55ab9f46e7e567c487878cfc2a98ae97..e943f2bf4240907b9fd8f8de2d44b8336a736926 100644 (file)
@@ -54,7 +54,7 @@ public class IssueIndexProjectStatisticsTest {
   @Rule
   public UserSessionRule userSessionRule = UserSessionRule.standalone();
 
-  private IssueIndexer issueIndexer = new IssueIndexer(esTester.client(), new IssueIteratorFactory(null));
+  private IssueIndexer issueIndexer = new IssueIndexer(esTester.client(), null, new IssueIteratorFactory(null));
   private PermissionIndexerTester authorizationIndexerTester = new PermissionIndexerTester(esTester, issueIndexer);
 
   private IssueIndex underTest = new IssueIndex(esTester.client(), system2, userSessionRule, new AuthorizationTypeSupport(userSessionRule));