diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-06-19 10:25:58 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-06-19 10:34:30 +0200 |
commit | 71a9a43552d674ae2b13c499e194ec7cc141aaf5 (patch) | |
tree | 2b682c5dfe143352ef051d8deb591e48b65af40f | |
parent | 01afdb26e9e5a6174a6d5cb51f6dc92ad9f420f3 (diff) | |
download | sonarqube-71a9a43552d674ae2b13c499e194ec7cc141aaf5.tar.gz sonarqube-71a9a43552d674ae2b13c499e194ec7cc141aaf5.zip |
SONAR-5329 - Enabled Fixed iteration test
-rw-r--r-- | sonar-server/src/test/java/org/sonar/server/activity/ActivityServiceMediumTest.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sonar-server/src/test/java/org/sonar/server/activity/ActivityServiceMediumTest.java b/sonar-server/src/test/java/org/sonar/server/activity/ActivityServiceMediumTest.java index 2b52fddc4ce..42c698bbc1d 100644 --- a/sonar-server/src/test/java/org/sonar/server/activity/ActivityServiceMediumTest.java +++ b/sonar-server/src/test/java/org/sonar/server/activity/ActivityServiceMediumTest.java @@ -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"; |