]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7010 Fix IssueBulkChangeTest
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 26 Feb 2016 08:23:13 +0000 (09:23 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 26 Feb 2016 08:23:13 +0000 (09:23 +0100)
it/it-tests/src/test/java/it/issue/IssueBulkChangeTest.java

index a0e82bef592591dc7867b73afc3a914eb77d0dfc..5a8e64968e47010c81586be68a2e7d444e7001fc 100644 (file)
@@ -48,7 +48,7 @@ public class IssueBulkChangeTest extends AbstractIssueTest {
 
   private static final int BULK_EDITED_ISSUE_COUNT = 3;
   private static final String COMMENT_AS_MARKDOWN = "this is my *comment*";
-  private static final String COMMENT_AS_HTML = "this is my <em>comment</em>";
+  private static final String COMMENT_AS_HTML = "this is my <strong>comment</strong>";
 
   @Rule
   public final ProjectAnalysisRule projectAnalysisRule = ProjectAnalysisRule.from(ORCHESTRATOR);