Commit e8170cf0 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x'

parents bbc82cb6 19a61c65
......@@ -290,6 +290,7 @@ public class JettyServletWebServerFactoryTests
threadPool.setMaxThreads(2);
threadPool.setMinThreads(2);
}
});
this.thrown.expectCause(instanceOf(IllegalStateException.class));
factory.getWebServer().start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment