X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=runtime%2Forg.argeo.slc.support.equinox%2Fsrc%2Ftest%2Fjava%2Forg%2Fargeo%2Fslc%2Fosgi%2Ftest%2FHelloTest.java;h=d86091700e15256e7970cf79aa8902110e39323c;hb=645840383404d5962ca2af85c2020c3d66219518;hp=4bc8c5e380d1ece080b63a88cbe17acfabf700e0;hpb=4e018c19b89557ff54b6d78890c8cf4698cbeeba;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java b/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java index 4bc8c5e38..d86091700 100644 --- a/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java +++ b/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java @@ -27,14 +27,13 @@ public class HelloTest extends AbstractOsgiRuntimeTestCase { } protected void installBundles() throws Exception { -// System.out.println("java.class.path=" -// + System.getProperty("java.class.path")); + // System.out.println("java.class.path=" + // + System.getProperty("java.class.path")); osgiBoot.installUrls(osgiBoot.getLocationsUrls( - OsgiBoot.DEFAULT_BASE_URL, System - .getProperty("java.class.path"))); - osgiBoot.installUrls(osgiBoot.getBundlesUrls(OsgiBoot.DEFAULT_BASE_URL, - "src/test/bundles;in=*")); + OsgiBoot.DEFAULT_BASE_URL, + System.getProperty("java.class.path"))); + osgiBoot.installUrls(osgiBoot.getBundlesUrls("src/test/bundles;in=*")); // Map sysProps = new TreeMap(System.getProperties()); // for (String key : sysProps.keySet()) {