pull/8758/merge
Andy Wilkinson 8 years ago
parent 5f3088ed31
commit 19a61c6591

@ -335,6 +335,7 @@ public class JettyEmbeddedServletContainerFactoryTests
threadPool.setMaxThreads(2);
threadPool.setMinThreads(2);
}
});
this.thrown.expectCause(instanceOf(IllegalStateException.class));
factory.getEmbeddedServletContainer().start();

Loading…
Cancel
Save