mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
maven: test fix
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user