]> 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
Improve error reporting
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / src / test / java / org / argeo / slc / osgi / test / PlatformStartStopTest.java
index 2748e8449ee969bfbd0c255e5cf31c4bc30dd19f..8fd2dcacb7a59284611bb2bd4f7676a3be438399 100644 (file)
@@ -3,10 +3,10 @@ package org.argeo.slc.osgi.test;
 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