[jboss-cvs] JBossAS SVN: r93088 - projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/integration/simple.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 15:25:09 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-01 15:25:09 -0400 (Tue, 01 Sep 2009)
New Revision: 93088

Modified:
   projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/integration/simple/SimpleLogServiceTestCase.java
Log:
[JBOSGI-136] Cannot resolve dependency against unstarted bundle

Modified: projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/integration/simple/SimpleLogServiceTestCase.java
===================================================================
--- projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/integration/simple/SimpleLogServiceTestCase.java	2009-09-01 19:23:04 UTC (rev 93087)
+++ projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/test/java/org/jboss/test/osgi/integration/simple/SimpleLogServiceTestCase.java	2009-09-01 19:25:09 UTC (rev 93088)
@@ -31,7 +31,6 @@
 import org.jboss.osgi.spi.testing.OSGiTest;
 import org.jboss.osgi.spi.util.ServiceLoader;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.osgi.framework.Bundle;
 import org.osgi.framework.BundleContext;
@@ -54,7 +53,6 @@
    }
 
    @Test
-   @Ignore
    public void testNoLogService() throws Exception
    {
       FrameworkFactory factory = ServiceLoader.loadService(FrameworkFactory.class);
@@ -78,7 +76,6 @@
    }
 
    @Test
-   @Ignore
    public void testLogServiceFromThirdParty() throws Exception
    {
       FrameworkFactory factory = ServiceLoader.loadService(FrameworkFactory.class);
@@ -127,7 +124,6 @@
    }
 
    @Test
-   @Ignore
    public void testLogServiceFromTwoExporters() throws Exception
    {
       FrameworkFactory factory = ServiceLoader.loadService(FrameworkFactory.class);




More information about the jboss-cvs-commits mailing list