aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-11-12 11:21:25 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2015-11-12 11:21:25 +0100
commit0ecd3deb3738d71a9a11f705d4e20320716465b7 (patch)
tree1c8a1269367853dbfa6662f356df8e6a5e031e31 /it/it-tests
parent11cd65ae8582469eb30689acc014310931fc7544 (diff)
downloadsonarqube-0ecd3deb3738d71a9a11f705d4e20320716465b7.tar.gz
sonarqube-0ecd3deb3738d71a9a11f705d4e20320716465b7.zip
SONAR-6323 reactivate CrossProjectDuplicationTest
Diffstat (limited to 'it/it-tests')
-rw-r--r--it/it-tests/src/test/java/it/duplication/CrossProjectDuplicationsTest.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/it/it-tests/src/test/java/it/duplication/CrossProjectDuplicationsTest.java b/it/it-tests/src/test/java/it/duplication/CrossProjectDuplicationsTest.java
index 45708556c60..3bb705cc73b 100644
--- a/it/it-tests/src/test/java/it/duplication/CrossProjectDuplicationsTest.java
+++ b/it/it-tests/src/test/java/it/duplication/CrossProjectDuplicationsTest.java
@@ -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));