]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6323 reactivate CrossProjectDuplicationTest
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 12 Nov 2015 10:21:25 +0000 (11:21 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 12 Nov 2015 10:21:25 +0000 (11:21 +0100)
it/it-tests/src/test/java/it/duplication/CrossProjectDuplicationsTest.java

index 45708556c60336ffc54574817b83ba261df44177..3bb705cc73b04a6e6ab295f8eef03f29fcf8b1f7 100644 (file)
@@ -10,7 +10,6 @@ import com.sonar.orchestrator.build.MavenBuild;
 import it.Category4Suite;
 import org.junit.Before;
 import org.junit.ClassRule;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.sonar.wsclient.services.Resource;
 import org.sonar.wsclient.services.ResourceQuery;
@@ -20,7 +19,6 @@ import static org.hamcrest.Matchers.notNullValue;
 import static org.hamcrest.core.Is.is;
 import static org.junit.Assert.assertThat;
 
-@Ignore("Cross project duplications are temporary disabled, waiting to be reimplemented in CE or correctly implemented in the batch")
 public class CrossProjectDuplicationsTest {
 
   @ClassRule
@@ -52,7 +50,6 @@ public class CrossProjectDuplicationsTest {
 
   @Test
   public void testMeasures() throws Exception {
-
     Resource project = getResource("com.sonarsource.it.samples.duplications:a");
     assertThat(project, notNullValue());
     assertThat(project.getMeasureIntValue("duplicated_lines"), is(0));