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

index 262475073b436beeea4448abe3f290ac4a1f31a5..66a3ba6ab0b3071ed3a0631c96d30f1cdad82a7d 100644 (file)
@@ -66,6 +66,7 @@ import static org.fest.assertions.Fail.fail;
 public class RuleIndexMediumTest {
 
   @ClassRule
+  public static ServerTester tester = new ServerTester();
 
   RuleDao dao = tester.get(RuleDao.class);
   RuleIndex index = tester.get(RuleIndex.class);