Skip to content

Commit

Permalink
Fix IT after release 3.14 of the Java plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed May 23, 2016
1 parent 3f38a72 commit 2e66313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion its/src/test/java/its/ConnectedModeTest.java
Expand Up @@ -168,7 +168,7 @@ public void globalUpdate() throws Exception {
assertThat(engine.getUpdateStatus().getServerVersion()).startsWith(StringUtils.substringBefore(ORCHESTRATOR.getServer().version().toString(), "-"));

if (supportHtmlDesc()) {
assertThat(engine.getRuleDetails("squid:S106").getHtmlDescription()).contains("When logging a message there are two important requirements");
assertThat(engine.getRuleDetails("squid:S106").getHtmlDescription()).contains("When logging a message there are");
} else {
assertThat(engine.getRuleDetails("squid:S106").getHtmlDescription()).contains("Rule descriptions are only available in SonarLint with SonarQube 5.1+");
}
Expand Down

0 comments on commit 2e66313

Please sign in to comment.