using the proper command name in karaf after upgrading from karaf 2 to
4
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-07-13 09:47:48 -04:00
parent 16c487a7b9
commit 159713298a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class ActiveMQBrokerNdExternalCamelFeatureTest extends AbstractJmsFeature
public void test() throws Throwable { public void test() throws Throwable {
assertFeatureInstalled("activemq"); assertFeatureInstalled("activemq");
executeCommand("features:addurl " + getCamelFeatureUrl()); executeCommand("feature:repo-add " + getCamelFeatureUrl());
installAndAssertFeature("camel"); installAndAssertFeature("camel");
installAndAssertFeature("activemq-camel"); installAndAssertFeature("activemq-camel");