Merge branch '1.5.x'
This commit is contained in:
@@ -290,6 +290,7 @@ public class JettyServletWebServerFactoryTests
|
||||
threadPool.setMaxThreads(2);
|
||||
threadPool.setMinThreads(2);
|
||||
}
|
||||
|
||||
});
|
||||
this.thrown.expectCause(instanceOf(IllegalStateException.class));
|
||||
factory.getWebServer().start();
|
||||
|
||||
Reference in New Issue
Block a user