]> source.dussan.org Git - sonarqube.git/commitdiff
Reenable coverage integration tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 29 Jun 2015 09:08:21 +0000 (11:08 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 29 Jun 2015 09:08:21 +0000 (11:08 +0200)
it/it-tests/src/test/java/testing/suite/CoverageTest.java

index 16c0be3945af847b4d44bbca1d05886707993a52..d63ee60f40ed28906d0d6f0508b7046e93618463 100644 (file)
@@ -10,7 +10,6 @@ import com.sonar.orchestrator.build.SonarRunner;
 import org.apache.commons.io.IOUtils;
 import org.junit.Before;
 import org.junit.ClassRule;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.skyscreamer.jsonassert.JSONAssert;
 import org.sonar.wsclient.services.Resource;
@@ -147,7 +146,6 @@ public class CoverageTest {
    * SONAR-766
    */
   @Test
-  @Ignore("TODO")
   public void should_ignore_coverage_on_full_path() {
     orchestrator.executeBuilds(SonarRunner.create(projectDir("testing/xoo-half-covered"))
       .setProperty("sonar.coverage.exclusions", "src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo"));
@@ -160,7 +158,6 @@ public class CoverageTest {
    * SONAR-766
    */
   @Test
-  @Ignore("TODO")
   public void should_ignore_coverage_on_pattern() {
     orchestrator.executeBuilds(SonarRunner.create(projectDir("testing/xoo-half-covered"))
       .setProperty("sonar.coverage.exclusions", "**/UnCovered*"));