You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2009/10/06 12:52:50 UTC

svn commit: r822213 - in /servicemix/components/engines/servicemix-exec/trunk/src/test/java/org/apache/servicemix/exec: itest/ tests/smx4/AbstractFeatureTest.java

Author: jbonofre
Date: Tue Oct  6 10:52:50 2009
New Revision: 822213

URL: http://svn.apache.org/viewvc?rev=822213&view=rev
Log:
Purge the old itest package. Change the PAX URL used.

Removed:
    servicemix/components/engines/servicemix-exec/trunk/src/test/java/org/apache/servicemix/exec/itest/
Modified:
    servicemix/components/engines/servicemix-exec/trunk/src/test/java/org/apache/servicemix/exec/tests/smx4/AbstractFeatureTest.java

Modified: servicemix/components/engines/servicemix-exec/trunk/src/test/java/org/apache/servicemix/exec/tests/smx4/AbstractFeatureTest.java
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-exec/trunk/src/test/java/org/apache/servicemix/exec/tests/smx4/AbstractFeatureTest.java?rev=822213&r1=822212&r2=822213&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-exec/trunk/src/test/java/org/apache/servicemix/exec/tests/smx4/AbstractFeatureTest.java (original)
+++ servicemix/components/engines/servicemix-exec/trunk/src/test/java/org/apache/servicemix/exec/tests/smx4/AbstractFeatureTest.java Tue Oct  6 10:52:50 2009
@@ -26,7 +26,6 @@
 import org.osgi.framework.BundleContext;
 
 import static org.ops4j.pax.exam.CoreOptions.felix;
-import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
 import static org.ops4j.pax.exam.CoreOptions.options;
 import static org.ops4j.pax.exam.container.def.PaxRunnerOptions.profile;
 import static org.ops4j.pax.exam.container.def.PaxRunnerOptions.scanFeatures;
@@ -57,7 +56,7 @@
         Option[] options = options(
                 profile("log").version("1.4"),
                 org.ops4j.pax.exam.CoreOptions.systemProperty("org.ops4j.pax.logging.DefaultServiceLog.level").value("DEBUG"),
-                scanFeatures(mavenBundle().groupId("org.apache.servicemix.nmr").artifactId("apache-servicemix-nmr").version("1.1.0-SNAPSHOT").type("xml/features"), "jbi/1.1.0-SNAPSHOT"), felix());
+                scanFeatures("mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.1.0-SNAPSHOT/xml/features", "jbi/1.1.0-SNAPSHOT"), felix());
         return options;
     }