package org.argeo.slc.demo; public class StartStopDemoTest {//extends AbstractOsgiRuntimeTestCase { /* public void testStartStop() throws Exception { assertBundleApplicationContext("org.argeo.slc.agent"); assertStartedBundlesApplicationContext("org.argeo.slc.demo"); } protected void installBundles() throws Exception { // osgiBoot.installUrls(osgiBoot.getBundlesUrls(OsgiBoot.DEFAULT_BASE_URL, // "target/dependency;in=*.jar")); osgiBoot.installUrls(osgiBoot.getLocationsUrls( OsgiBoot.DEFAULT_BASE_URL, System .getProperty("java.class.path"))); osgiBoot.installUrls(osgiBoot.getBundlesUrls(OsgiBoot.DEFAULT_BASE_URL, "site;in=*")); osgiBoot.installUrls(osgiBoot.getBundlesUrls(OsgiBoot.DEFAULT_BASE_URL, "../server/org.argeo.slc.siteserver/bundles;in=*")); } protected List getBundlesToStart() { List bundlesToStart = new ArrayList(); bundlesToStart.add("org.springframework.osgi.extender"); bundlesToStart.add("org.argeo.slc.agent"); bundlesToStart.add("org.argeo.slc.demo.basic"); return bundlesToStart; }*/ }