mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
maven: test fix
This commit is contained in:
+2
-2
@@ -120,7 +120,7 @@ public class MavenDependencyCompletionAndResolutionTest extends MavenDomWithIndi
|
||||
" </dependency>" +
|
||||
"</dependencies>");
|
||||
|
||||
assertCompletionVariants(myProjectPom);
|
||||
assertCompletionVariants(myProjectPom, "RELEASE", "LATEST");
|
||||
|
||||
createProjectPom("<groupId>test</groupId>" +
|
||||
"<artifactId>project</artifactId>" +
|
||||
@@ -134,7 +134,7 @@ public class MavenDependencyCompletionAndResolutionTest extends MavenDomWithIndi
|
||||
" </dependency>" +
|
||||
"</dependencies>");
|
||||
|
||||
assertCompletionVariants(myProjectPom);
|
||||
assertCompletionVariants(myProjectPom, "RELEASE", "LATEST");
|
||||
}
|
||||
|
||||
public void testDoNotCompleteVersionIfNoGroupIdAndArtifactId() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user