summaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2015-09-29 11:06:23 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2015-09-30 16:28:08 +0200
commit2793f3cc6d468ad930e3b77138b07a3e3b372a15 (patch)
treed04a262ce5a872b66db2ff86addfa3f3c0f65db3 /it
parentf5aa4163eb68aa987923d62bda08a8c49450cb1c (diff)
downloadsonarqube-2793f3cc6d468ad930e3b77138b07a3e3b372a15.tar.gz
sonarqube-2793f3cc6d468ad930e3b77138b07a3e3b372a15.zip
SONAR-6821 WS qualityprofiles/search load project profiles when giving a module key
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/java/batch/suite/IssueJsonReportTest.java13
1 files changed, 6 insertions, 7 deletions
diff --git a/it/it-tests/src/test/java/batch/suite/IssueJsonReportTest.java b/it/it-tests/src/test/java/batch/suite/IssueJsonReportTest.java
index a6b8c6605af..8442467743c 100644
--- a/it/it-tests/src/test/java/batch/suite/IssueJsonReportTest.java
+++ b/it/it-tests/src/test/java/batch/suite/IssueJsonReportTest.java
@@ -5,25 +5,24 @@
*/
package batch.suite;
-import com.sonar.orchestrator.locator.ResourceLocation;
-import util.ItUtils;
-import org.junit.Rule;
-import org.junit.rules.TemporaryFolder;
import com.sonar.orchestrator.Orchestrator;
import com.sonar.orchestrator.build.SonarRunner;
import com.sonar.orchestrator.locator.FileLocation;
-
+import com.sonar.orchestrator.locator.ResourceLocation;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.InputStream;
-
-import static org.assertj.core.api.Assertions.assertThat;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.junit.Before;
import org.junit.ClassRule;
+import org.junit.Rule;
import org.junit.Test;
+import org.junit.rules.TemporaryFolder;
import org.skyscreamer.jsonassert.JSONAssert;
+import util.ItUtils;
+
+import static org.assertj.core.api.Assertions.assertThat;
public class IssueJsonReportTest {