Commit 19a61c65 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

parent 5f3088ed
...@@ -335,6 +335,7 @@ public class JettyEmbeddedServletContainerFactoryTests ...@@ -335,6 +335,7 @@ public class JettyEmbeddedServletContainerFactoryTests
threadPool.setMaxThreads(2); threadPool.setMaxThreads(2);
threadPool.setMinThreads(2); threadPool.setMinThreads(2);
} }
}); });
this.thrown.expectCause(instanceOf(IllegalStateException.class)); this.thrown.expectCause(instanceOf(IllegalStateException.class));
factory.getEmbeddedServletContainer().start(); factory.getEmbeddedServletContainer().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