Re-enabling the SPDy test. Hopefully someone will point what was wrong

This commit is contained in:
Hugues Malphettes 2012-10-16 11:48:54 +08:00
parent cd8f940bab
commit 8253a31614
1 changed files with 1 additions and 4 deletions

View File

@ -39,7 +39,7 @@ import org.osgi.framework.BundleContext;
/** /**
* SPDY setup. * SPDY setup.
*/ */
//RunWith( JUnit4TestRunner.class ) @RunWith( JUnit4TestRunner.class )
public class TestJettyOSGiBootSpdy extends AbstractTestOSGi { public class TestJettyOSGiBootSpdy extends AbstractTestOSGi {
private static final String JETTY_SPDY_PORT = "jetty.spdy.port"; private static final String JETTY_SPDY_PORT = "jetty.spdy.port";
@ -99,7 +99,6 @@ public class TestJettyOSGiBootSpdy extends AbstractTestOSGi {
} }
@Test @Test
@Ignore
public void checkNpnBootOnBootstrapClasspath() throws Exception public void checkNpnBootOnBootstrapClasspath() throws Exception
{ {
Class<?> npn = Thread.currentThread().getContextClassLoader() Class<?> npn = Thread.currentThread().getContextClassLoader()
@ -109,14 +108,12 @@ public class TestJettyOSGiBootSpdy extends AbstractTestOSGi {
} }
@Test @Test
@Ignore
public void assertAllBundlesActiveOrResolved() public void assertAllBundlesActiveOrResolved()
{ {
assertAllBundlesActiveOrResolved(bundleContext); assertAllBundlesActiveOrResolved(bundleContext);
} }
@Test @Test
@Ignore
public void testSpdyOnHttpService() throws Exception public void testSpdyOnHttpService() throws Exception
{ {
testHttpServiceGreetings(bundleContext, "https", DEFAULT_JETTY_SPDY_PORT); testHttpServiceGreetings(bundleContext, "https", DEFAULT_JETTY_SPDY_PORT);