Author: thomas.diesler(a)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);
Show replies by date