Created
October 11, 2016 11:49
-
-
Save dejanb/7357fff58fcc27dc57e80279a0c53ea1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java | |
index 75a12a8..6b2e01e 100644 | |
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java | |
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java | |
@@ -23,6 +23,7 @@ import org.apache.karaf.shell.api.console.Session; | |
import org.apache.karaf.shell.api.console.SessionFactory; | |
import org.apache.log4j.Logger; | |
import org.apache.qpid.jms.JmsConnectionFactory; | |
+import org.junit.Assert; | |
import org.junit.Test; | |
import org.junit.runner.RunWith; | |
import org.ops4j.pax.exam.Configuration; | |
@@ -66,7 +67,7 @@ import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.karafDist | |
import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.logLevel; | |
@RunWith(PaxExam.class) | |
-public class ArtemisFeatureTest extends ActiveMQTestBase { | |
+public class ArtemisFeatureTest extends Assert { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment