Repository: camel Updated Branches: refs/heads/master 35752c2e6 -> 07ff1d9c4
CAMEL-6134: Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/07ff1d9c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/07ff1d9c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/07ff1d9c Branch: refs/heads/master Commit: 07ff1d9c4427903a2f1d0cf15afe78deaada353c Parents: 35752c2 Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Feb 15 16:50:08 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Feb 15 16:50:08 2015 +0100 ---------------------------------------------------------------------- .../camel/itest/osgi/jclouds/BlobStoreBlueprintRouteTest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/07ff1d9c/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jclouds/BlobStoreBlueprintRouteTest.java ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jclouds/BlobStoreBlueprintRouteTest.java b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jclouds/BlobStoreBlueprintRouteTest.java index 4811156..6e161a2 100644 --- a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jclouds/BlobStoreBlueprintRouteTest.java +++ b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jclouds/BlobStoreBlueprintRouteTest.java @@ -94,10 +94,7 @@ public class BlobStoreBlueprintRouteTest extends OSGiBlueprintTestSupport { // using the features to install the camel components loadCamelFeatures( "camel-blueprint", "camel-jclouds"), - workingDirectory("target/paxrunner/"), - felix()); - - // TODO: equinox fails for some reason + workingDirectory("target/paxrunner/")); return options; }