Author: thomas.diesler(a)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();
}