[jboss-cvs] JBossAS SVN: r96287 - projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/smoke.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 11 19:41:49 EST 2009


Author: thomas.diesler at 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
       {




More information about the jboss-cvs-commits mailing list