Skip to content

Commit

Permalink
#1082 Run integration tests with Maven Failsafe Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Aug 13, 2023
1 parent 13c14ab commit d0d5ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.ops4j.pax.exam.junit.PaxExam;

@RunWith(PaxExam.class)
public class ValidateDefaultJUnitBundles extends Karaf4TestContainerIT {
public class ValidateDefaultJUnitBundlesIT extends Karaf4TestContainerIT {

@Test
public void testDefaultJUnitBundlesPresent() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import org.osgi.framework.Bundle;

@RunWith(PaxExam.class)
public class ValidateOverridingJUnitBundles extends Karaf4TestContainerIT {
public class ValidateOverridingJUnitBundlesIT extends Karaf4TestContainerIT {

@Override
@Configuration
Expand Down

0 comments on commit d0d5ded

Please sign in to comment.