Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson
2017-05-23 22:03:17 +01:00

View File

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