Skip to content

Commit 89914e6

Browse files
authored
Enable tests (#512)
1 parent 40a1e1f commit 89914e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/apache/maven/plugins/dependency/utils/filters/TestMarkerFileFilter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public void testMarkerFile() throws ArtifactFilterException {
6565
assertEquals(2, result.size());
6666
}
6767

68+
@Test
6869
public void testMarkerSnapshots() throws ArtifactFilterException, MojoExecutionException, IOException {
6970
DefaultFileMarkerHandler handler = new DefaultFileMarkerHandler(fact.getSnapshotArtifact(), outputFolder);
7071
handler.setMarker();
@@ -79,6 +80,7 @@ public void testMarkerSnapshots() throws ArtifactFilterException, MojoExecutionE
7980
assertTrue(handler.clearMarker());
8081
}
8182

83+
@Test
8284
public void testMarkerRelease() throws IOException, ArtifactFilterException, MojoExecutionException {
8385
DefaultFileMarkerHandler handler = new DefaultFileMarkerHandler(fact.getReleaseArtifact(), outputFolder);
8486
handler.setMarker();

0 commit comments

Comments
 (0)