commit | d6c069079a9980e88bd0bc07a2db161803a67c89 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sun Oct 06 08:37:13 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sun Oct 06 08:37:13 2013 +0000 |
tree | 752bb23171cab30e05187ee85c9b4df961f8b251 | |
parent | 7cf400c2ff044162eaaf10c362f644ee8f9b0311 [diff] |
Fix the native test on KF (the test bundle has to be deployed to get the probe bundle resolved). git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1529599 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java b/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java index 32f6546..5ea6c17 100644 --- a/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java +++ b/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java
@@ -57,10 +57,11 @@ /** * We don't deploy the test bundle, a specific one will be built. + * On KF we still deploy the bundle as the probe bundles needs the components and services. */ @Override public boolean deployTestBundle() { - return false; + return isKnopflerfish(); } public boolean isKnopflerfish() {