Re-enabling the SPDy test. Hopefully someone will point what was wrong
This commit is contained in:
parent
cd8f940bab
commit
8253a31614
|
@ -39,7 +39,7 @@ import org.osgi.framework.BundleContext;
|
|||
/**
|
||||
* SPDY setup.
|
||||
*/
|
||||
//RunWith( JUnit4TestRunner.class )
|
||||
@RunWith( JUnit4TestRunner.class )
|
||||
public class TestJettyOSGiBootSpdy extends AbstractTestOSGi {
|
||||
|
||||
private static final String JETTY_SPDY_PORT = "jetty.spdy.port";
|
||||
|
@ -99,7 +99,6 @@ public class TestJettyOSGiBootSpdy extends AbstractTestOSGi {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void checkNpnBootOnBootstrapClasspath() throws Exception
|
||||
{
|
||||
Class<?> npn = Thread.currentThread().getContextClassLoader()
|
||||
|
@ -109,14 +108,12 @@ public class TestJettyOSGiBootSpdy extends AbstractTestOSGi {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void assertAllBundlesActiveOrResolved()
|
||||
{
|
||||
assertAllBundlesActiveOrResolved(bundleContext);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testSpdyOnHttpService() throws Exception
|
||||
{
|
||||
testHttpServiceGreetings(bundleContext, "https", DEFAULT_JETTY_SPDY_PORT);
|
||||
|
|
Loading…
Reference in New Issue