]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/PlatformStartStopTest.java
Move unit tests
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / src / test / java / org / argeo / slc / osgi / test / PlatformStartStopTest.java
index 2748e8449ee969bfbd0c255e5cf31c4bc30dd19f..c7fafd3ddfd312976985436dd4af62e5b1e91570 100644 (file)
@@ -1,12 +1,13 @@
 package org.argeo.slc.osgi.test;
 
+import org.argeo.slc.equinox.unit.AbstractOsgiRuntimeTestCase;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.Constants;
 
-public class PlatformStartStopTest extends AbstractOsgiRuntimeTest {
+public class PlatformStartStopTest extends AbstractOsgiRuntimeTestCase {
 
        public void testStartStop() {
-               BundleContext bundleContext = osgiPlatform.getBundleContext();
+               BundleContext bundleContext = osgiBoot.getBundleContext();
                System.out.println(bundleContext
                                .getProperty(Constants.FRAMEWORK_VENDOR));
                System.out.println(bundleContext