You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/10/06 10:37:14 UTC

svn commit: r1529599 - /felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java

Author: clement
Date: Sun Oct  6 08:37:13 2013
New Revision: 1529599

URL: http://svn.apache.org/r1529599
Log:
Fix the native test on KF (the test bundle has to be deployed to get the probe bundle resolved).

Modified:
    felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java

Modified: felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java?rev=1529599&r1=1529598&r2=1529599&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/src/test/java/org/apache/felix/ipojo/runtime/core/TestNativeMethod.java Sun Oct  6 08:37:13 2013
@@ -57,10 +57,11 @@ public class TestNativeMethod extends Ba
 
     /**
      * 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() {