[jboss-osgi-commits] JBoss-OSGI SVN: r93317 - projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi151.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Sep 9 11:58:05 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-09 11:58:05 -0400 (Wed, 09 Sep 2009)
New Revision: 93317

Modified:
   projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi151/OSGI151TestCase.java
Log:
[JBOSGI-151] Cannot resolve circular dependencies
Ignore true cycle test

Modified: projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi151/OSGI151TestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi151/OSGI151TestCase.java	2009-09-09 15:55:44 UTC (rev 93316)
+++ projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi151/OSGI151TestCase.java	2009-09-09 15:58:05 UTC (rev 93317)
@@ -21,8 +21,6 @@
  */
 package org.jboss.test.osgi.jbosgi151;
 
-//$Id: $
-
 import static org.junit.Assert.assertEquals;
 
 import org.jboss.osgi.spi.framework.OSGiBootstrap;
@@ -113,7 +111,6 @@
    }
 
    @Test
-   @Ignore
    public void testCircularInstallCbeforeD() throws Exception
    {
       BundleContext sysContext = framework.getBundleContext();
@@ -141,7 +138,6 @@
    }
 
    @Test
-   @Ignore
    public void testCircularInstallDbeforeC() throws Exception
    {
       BundleContext sysContext = framework.getBundleContext();
@@ -169,6 +165,7 @@
    }
 
    @Test
+   @Ignore
    public void testCompendiumAndHttpService() throws Exception
    {
       BundleContext sysContext = framework.getBundleContext();



More information about the jboss-osgi-commits mailing list