]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5530 - fixed debug output
authorStephane Gamard <stephane.gamard@sonarsource.com>
Tue, 9 Sep 2014 08:55:09 +0000 (10:55 +0200)
committerStephane Gamard <stephane.gamard@sonarsource.com>
Tue, 9 Sep 2014 08:55:09 +0000 (10:55 +0200)
server/sonar-server/src/test/java/org/sonar/server/rule/RuleBackendMediumTest.java

index 85bf88f06997bb077f8d0a89e8c8e07c50c68276..6c3f5695cdd136af55200b64a66f2bcff9b3151a 100644 (file)
@@ -51,8 +51,7 @@ import static org.fest.assertions.Assertions.assertThat;
 public class RuleBackendMediumTest {
 
   @ClassRule
-  public static ServerTester tester = new ServerTester()
-    .setProperty("sonar.log.profilingLevel", "FULL");
+  public static ServerTester tester = new ServerTester();
 
   RuleDao dao = tester.get(RuleDao.class);
   RuleIndex index = tester.get(RuleIndex.class);