Author: thomas.diesler(a)jboss.com
Date: 2009-08-22 10:35:28 -0400 (Sat, 22 Aug 2009)
New Revision: 92693
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/simple/SimpleBundleTestCase.java
Log:
Add jira issues to FIXMEs
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
12:16:47 UTC (rev 92692)
+++
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/simple/SimpleBundleTestCase.java 2009-08-22
14:35:28 UTC (rev 92693)
@@ -60,7 +60,7 @@
assertEquals("simple-bundle", bundle.getSymbolicName());
bundle.start();
- System.out.println("FIXME: state==INSTALLED after bundle.start()");
+ System.out.println("FIXME [JBOSGI-130] Bundle in state INSTALLED after
bundle.start()");
//assertEquals("Bundle state", Bundle.ACTIVE, bundle.getState());
bundle.uninstall();
@@ -78,7 +78,7 @@
assertEquals("simple-bundle", bundle.getSymbolicName());
- System.out.println("FIXME: bundle.start() does not initalize
BundleContext");
+ System.out.println("FIXME [JBOSGI-131] BundleContext not available after
bundle.start()");
//bundle.start();
//assertEquals("Bundle state", Bundle.ACTIVE, bundle.getState());
Show replies by date