We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f571b3 commit 25dbfc7Copy full SHA for 25dbfc7
impl/maven-impl/src/test/java/org/apache/maven/impl/model/DefaultModelProcessorTest.java
@@ -201,12 +201,6 @@ void locateExistingPomWithPomFile() throws IOException {
201
new DefaultModelProcessor(mock(ModelXmlFactory.class), List.of()).locateExistingPom(testPomFile));
202
}
203
204
- @Test
205
- void locateExistingPomWithNullProjectAndNoPomInUserDirShouldReturnNull() {
206
- System.setProperty("user.dir", tempDir.toString());
207
- assertNull(new DefaultModelProcessor(mock(ModelXmlFactory.class), List.of()).locateExistingPom(null));
208
- }
209
-
210
@Test
211
void locateExistingPomShouldAcceptPomInProjectDirectory() {
212
Path projectDir = Path.of("project");
0 commit comments