]> source.dussan.org Git - sonarqube.git/commitdiff
fix quality flaw (es debug output)
authorStephane Gamard <stephane.gamard@searchbox.com>
Wed, 21 May 2014 16:21:09 +0000 (18:21 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Wed, 21 May 2014 16:21:09 +0000 (18:21 +0200)
sonar-server/src/test/java/org/sonar/server/rule2/RuleDataMediumTest.java

index d53f0018529ab5722cf8b9eaa7a8252063ab0732..8fe89796d6affa4efa76d76d993a9fb89b22f348 100644 (file)
@@ -51,8 +51,7 @@ import static org.fest.assertions.Assertions.assertThat;
 public class RuleDataMediumTest {
 
   @ClassRule
-  public static ServerTester tester = new ServerTester()
-    .setProperty("sonar.es.http.port","9200");
+  public static ServerTester tester = new ServerTester();
 
   RuleDao dao = tester.get(RuleDao.class);
   RuleIndex index = tester.get(RuleIndex.class);