OSGi boot can update a non emptry configuration area
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / ext / test / org / argeo / osgi / boot / OsgiBootNoRuntimeTest.java
index 6a8ac168341954d2fbcc9e7a6d92d00971cb5935..c667f918e5aad8e8c8a1ea0cc99fc4cbb2ca8d84 100644 (file)
@@ -44,7 +44,7 @@ public class OsgiBootNoRuntimeTest extends TestCase {
                String baseUrl = "file:";
                String bundles = BUNDLES;
                OsgiBoot osgiBoot = new OsgiBoot(null);
-               osgiBoot.setExcludeSvn(true);
+//             osgiBoot.setExcludeSvn(true);
                List urls = osgiBoot.getBundlesUrls(baseUrl, bundles);
                for (int i = 0; i < urls.size(); i++)
                        System.out.println(urls.get(i));