]> source.dussan.org Git - sonarqube.git/commitdiff
Remove log to console in unit test
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 30 Mar 2015 08:37:56 +0000 (10:37 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 30 Mar 2015 08:37:56 +0000 (10:37 +0200)
server/sonar-server/src/test/java/org/sonar/server/issue/ws/SearchActionComponentsMediumTest.java

index b8d6c393b92729fd36151ca790779ee048d56b78..f8eecb50c7b7cc66db5a6659752d9b37834bf73c 100644 (file)
@@ -528,7 +528,6 @@ public class SearchActionComponentsMediumTest {
     Result result = wsTester.newGetRequest(IssuesWs.API_ENDPOINT, SearchAction.SEARCH_ACTION)
       .setParam(IssueFilterParameters.COMPONENT_UUIDS, technicalProject.uuid())
       .execute();
-    System.out.println(result.outputAsString());
     result
       .assertJson(this.getClass(), "search_by_developer.json", false);
   }