]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java
Move ReailizedFlow to execution package
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / src / test / java / org / argeo / slc / osgi / test / HelloTest.java
index 4bc8c5e380d1ece080b63a88cbe17acfabf700e0..d86091700e15256e7970cf79aa8902110e39323c 100644 (file)
@@ -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<String, String> sysProps = new TreeMap(System.getProperties());
                // for (String key : sysProps.keySet()) {