[jboss-osgi-commits] JBoss-OSGI SVN: r89413 - projects/jboss-osgi/trunk/blueprint/testsuite/src/test/java/org/jboss/test/osgi/blueprint/context.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon May 25 19:49:59 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-25 19:49:59 -0400 (Mon, 25 May 2009)
New Revision: 89413

Modified:
   projects/jboss-osgi/trunk/blueprint/testsuite/src/test/java/org/jboss/test/osgi/blueprint/context/BlueprintContextTestCase.java
Log:
Only run in embedded

Modified: projects/jboss-osgi/trunk/blueprint/testsuite/src/test/java/org/jboss/test/osgi/blueprint/context/BlueprintContextTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/blueprint/testsuite/src/test/java/org/jboss/test/osgi/blueprint/context/BlueprintContextTestCase.java	2009-05-25 23:40:30 UTC (rev 89412)
+++ projects/jboss-osgi/trunk/blueprint/testsuite/src/test/java/org/jboss/test/osgi/blueprint/context/BlueprintContextTestCase.java	2009-05-25 23:49:59 UTC (rev 89413)
@@ -59,7 +59,7 @@
       if (context == null)
       {
          helper = new OSGiTestHelper();
-         runtime = helper.getDefaultRuntime();
+         runtime = helper.getEmbeddedRuntime();
          
          runtime.installBundle("context-basic.jar").start();
       }




More information about the jboss-osgi-commits mailing list