Merge branch '1.5.x'

pull/8534/merge
Andy Wilkinson 8 years ago
commit e8170cf00d

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

Loading…
Cancel
Save