This closes #1075
This commit is contained in:
commit
37e37ebdc0
|
@ -42,7 +42,6 @@ import org.apache.karaf.shell.api.console.SessionFactory;
|
||||||
import org.apache.log4j.Logger;
|
import org.apache.log4j.Logger;
|
||||||
import org.apache.qpid.jms.JmsConnectionFactory;
|
import org.apache.qpid.jms.JmsConnectionFactory;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.ops4j.pax.exam.Configuration;
|
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
|
* Useful docs about this test: https://ops4j1.jira.com/wiki/display/paxexam/FAQ
|
||||||
*/
|
*/
|
||||||
@RunWith(PaxExam.class)
|
@RunWith(PaxExam.class)
|
||||||
@Ignore // need to fix OSGI with Netty
|
|
||||||
public class ArtemisFeatureTest extends Assert {
|
public class ArtemisFeatureTest extends Assert {
|
||||||
|
|
||||||
private static Logger LOG = Logger.getLogger(ArtemisFeatureTest.class.getName());
|
private static Logger LOG = Logger.getLogger(ArtemisFeatureTest.class.getName());
|
||||||
|
|
Loading…
Reference in New Issue