]> source.dussan.org Git - sonarqube.git/commitdiff
removed FULL level profiling in test
authorStephane Gamard <stephane.gamard@searchbox.com>
Mon, 4 Aug 2014 12:06:37 +0000 (14:06 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Mon, 4 Aug 2014 12:06:37 +0000 (14:06 +0200)
server/sonar-server/src/test/java/org/sonar/server/rule/index/RuleIndexMediumTest.java

index e6dfc1c40b0b96fafb93b6b931f1e05ed17a3875..262475073b436beeea4448abe3f290ac4a1f31a5 100644 (file)
@@ -66,8 +66,6 @@ import static org.fest.assertions.Fail.fail;
 public class RuleIndexMediumTest {
 
   @ClassRule
-  public static ServerTester tester = new ServerTester()
-    .setProperty("sonar.log.profilingLevel", "FULL");
 
   RuleDao dao = tester.get(RuleDao.class);
   RuleIndex index = tester.get(RuleIndex.class);