From: Simon Brandhof Date: Thu, 24 Jul 2014 20:39:19 +0000 (+0200) Subject: SONAR-4898 configuration test X-Git-Tag: 4.5-RC1~356 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc56de5d1aa6c926ee676d358d08c77336a48bca;p=sonarqube.git SONAR-4898 configuration test --- diff --git a/sonar-application-test/src/test/java/ForkTest.java b/sonar-application-test/src/test/java/ForkTest.java index 7482a745240..613be270fb1 100644 --- a/sonar-application-test/src/test/java/ForkTest.java +++ b/sonar-application-test/src/test/java/ForkTest.java @@ -49,7 +49,8 @@ public class ForkTest { @Test public void start_and_stop() { OrchestratorBuilder builder = Orchestrator.builderEnv(); - builder.setSonarVersion("4.5-SNAPSHOT"); + builder.setOrchestratorProperty("orchestrator.configUrl", "http://infra/jenkins/orch-embedded.properties"); + builder.setSonarVersion("DEV"); builder.addPlugin(MavenLocation.create("com.sonarsource.xoo", "sonar-xoo-plugin", "1.0-SNAPSHOT")); orchestrator = builder.build(); orchestrator.start();