]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4898 configuration test
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 24 Jul 2014 20:39:19 +0000 (22:39 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 24 Jul 2014 20:39:19 +0000 (22:39 +0200)
sonar-application-test/src/test/java/ForkTest.java

index 7482a745240265f8e35f36430236c48f6e6579f3..613be270fb1b34e2a330424378d16ae0074a9f7b 100644 (file)
@@ -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();