Author: thomas.diesler(a)jboss.com
Date: 2009-11-11 19:41:49 -0500 (Wed, 11 Nov 2009)
New Revision: 96287
Modified:
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/smoke/OSGiSmokeTestCase.java
Log:
[JBOSGI-203] Define non OSGi bundle handling by the Framework
Reference the JIRA issue from the disabled tests
Modified:
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/smoke/OSGiSmokeTestCase.java
===================================================================
---
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/smoke/OSGiSmokeTestCase.java 2009-11-12
00:34:53 UTC (rev 96286)
+++
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/smoke/OSGiSmokeTestCase.java 2009-11-12
00:41:49 UTC (rev 96287)
@@ -56,13 +56,13 @@
public void testNoManifest() throws Exception
{
- // [TODO] discuss
+ // TODO [JBOSGI-203] Define non OSGi bundle handling by the Framework
// testBundle("smoke-no-manifest", Bundle.ACTIVE);
}
public void testNonOSGiManifest() throws Exception
{
- // [TODO] discuss
+ // TODO [JBOSGI-203] Define non OSGi bundle handling by the Framework
// testBundle("smoke-non-osgi-manifest", Bundle.ACTIVE);
}
@@ -90,13 +90,13 @@
public void testDeployedNoManifest() throws Exception
{
- // [TODO] discuss
+ // TODO [JBOSGI-203] Define non OSGi bundle handling by the Framework
// testDeployedBundle("smoke-no-manifest", Bundle.ACTIVE);
}
public void testDeployedNonOSGiManifest() throws Exception
{
- // [TODO] discuss
+ // TODO [JBOSGI-203] Define non OSGi bundle handling by the Framework
// testDeployedBundle("smoke-non-osgi-manifest", Bundle.ACTIVE);
}
@@ -129,8 +129,7 @@
public void testAssembledNonOSGiDeployment() throws Exception
{
- // [TODO] discuss
- /*
+ /* TODO [JBOSGI-203] Define non OSGi bundle handling by the Framework
Bundle bundle = deployBundle("smoke-non-osgi-deployment", A.class);
try
{