mirror of https://github.com/apache/activemq.git
using the proper command name in karaf after upgrading from karaf 2 to 4
This commit is contained in:
parent
16c487a7b9
commit
159713298a
|
@ -50,7 +50,7 @@ public class ActiveMQBrokerNdExternalCamelFeatureTest extends AbstractJmsFeature
|
|||
public void test() throws Throwable {
|
||||
|
||||
assertFeatureInstalled("activemq");
|
||||
executeCommand("features:addurl " + getCamelFeatureUrl());
|
||||
executeCommand("feature:repo-add " + getCamelFeatureUrl());
|
||||
installAndAssertFeature("camel");
|
||||
installAndAssertFeature("activemq-camel");
|
||||
|
||||
|
|
Loading…
Reference in New Issue