Author: thomas.diesler(a)jboss.com
Date: 2009-08-22 15:14:14 -0400 (Sat, 22 Aug 2009)
New Revision: 92699
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/simple/SimpleBundleTestCase.java
Log:
[JBOSGI-131] BundleContext not available after bundle install
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/simple/SimpleBundleTestCase.java
===================================================================
---
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/simple/SimpleBundleTestCase.java 2009-08-22
18:17:24 UTC (rev 92698)
+++
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/simple/SimpleBundleTestCase.java 2009-08-22
19:14:14 UTC (rev 92699)
@@ -78,7 +78,7 @@
assertEquals("simple-bundle", bundle.getSymbolicName());
- System.out.println("FIXME [JBOSGI-131] BundleContext not available after
bundle.start()");
+ System.out.println("FIXME [JBOSGI-131] BundleContext not available after
bundle install");
//bundle.start();
//assertEquals("Bundle state", Bundle.ACTIVE, bundle.getState());
Show replies by date