You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/03/09 14:02:29 UTC

[2/2] activemq-artemis git commit: NO-JIRA ArtemisFeatureTest looks good

NO-JIRA ArtemisFeatureTest looks good


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/489eb697
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/489eb697
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/489eb697

Branch: refs/heads/master
Commit: 489eb6971feb9dc1b006b96760c53811d6a60ec8
Parents: 7dc1590
Author: Dejan Bosanac <de...@nighttale.net>
Authored: Thu Mar 9 14:06:29 2017 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Mar 9 09:02:21 2017 -0500

----------------------------------------------------------------------
 .../artemis/tests/integration/karaf/ArtemisFeatureTest.java        | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/489eb697/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java
----------------------------------------------------------------------
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 04d7afa..02a412c 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
@@ -42,7 +42,6 @@ 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.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
@@ -72,7 +71,6 @@ import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.logLevel;
  * Useful docs about this test: https://ops4j1.jira.com/wiki/display/paxexam/FAQ
  */
 @RunWith(PaxExam.class)
-@Ignore // need to fix OSGI with Netty
 public class ArtemisFeatureTest extends Assert {
 
    private static Logger LOG = Logger.getLogger(ArtemisFeatureTest.class.getName());