Skip to content

Commit

Permalink
GBLD-1108: test the number exact of markers
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeDemoulinGebit committed Sep 22, 2023
1 parent 45b5199 commit 5b7f356
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ public class EclipseSpotbugsProjectConfigurationTest extends AbstractEclipseSpot

@Test
public void testSpotbugsCheck() throws Exception {
importProjectRunBuildAndFindMarkers("projects/spotbugs-check/pom.xml", MARKER_ID, 2,
importProjectRunBuildAndFindMarkersExact("projects/spotbugs-check/pom.xml", MARKER_ID, 2,
new TriggerSpotbugsExplicitly());
}

@Test
public void testSpotbugsSpotbugs() throws Exception {
importProjectRunBuildAndFindMarkers("projects/spotbugs-spotbugs/pom.xml", MARKER_ID, 2,
importProjectRunBuildAndFindMarkersExact("projects/spotbugs-spotbugs/pom.xml", MARKER_ID, 2,
new TriggerSpotbugsExplicitly());
}

Expand Down

0 comments on commit 5b7f356

Please sign in to comment.