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() {