maven: test fix

This commit is contained in:
Vladislav.Soroka
2017-06-22 11:17:42 +03:00
parent 9fc5d9dedc
commit 66e1eb6756
@@ -807,7 +807,7 @@ public class MavenPluginCompletionAndResolutionTest extends MavenDomWithIndicesT
" </plugins>" +
"</build>");
assertDocumentation("Type: <b>java.lang.String</b><br>Default Value: <b>1.5</b><br>Expression: <b>${maven.compiler.source}</b><br><br><i>The -source argument for the Java compiler.</i>");
assertDocumentation("Type: <b>java.lang.String</b><br>Expression: <b>${maven.compiler.source}</b><br><br><i>The -source argument for the Java compiler.</i>");
}
public void testDoNotCompleteNorHighlightNonPluginConfiguration() throws Throwable {