]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5329 - Enabled Fixed iteration test
authorStephane Gamard <stephane.gamard@searchbox.com>
Thu, 19 Jun 2014 08:25:58 +0000 (10:25 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Thu, 19 Jun 2014 08:34:30 +0000 (10:34 +0200)
sonar-server/src/test/java/org/sonar/server/activity/ActivityServiceMediumTest.java

index 2b52fddc4ce6f13c8adc1c11b57cd82f4f145c49..42c698bbc1de601242dba308dadd3574243fb95b 100644 (file)
@@ -23,7 +23,6 @@ import org.elasticsearch.common.collect.Iterables;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.ClassRule;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.sonar.core.activity.Activity;
 import org.sonar.core.persistence.DbSession;
@@ -85,8 +84,6 @@ public class ActivityServiceMediumTest {
   }
 
   @Test
-  @Ignore
-  // TODO fix missing logs in ES.
   public void iterate_all() throws InterruptedException {
     int max = QueryOptions.DEFAULT_LIMIT + 3;
     final String testValue = "hello world";