Commit 6cc0968b authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

parent 2bb7a430
...@@ -37,7 +37,6 @@ import io.undertow.servlet.api.DeploymentInfo; ...@@ -37,7 +37,6 @@ import io.undertow.servlet.api.DeploymentInfo;
import io.undertow.servlet.api.DeploymentManager; import io.undertow.servlet.api.DeploymentManager;
import io.undertow.servlet.api.ServletContainer; import io.undertow.servlet.api.ServletContainer;
import org.apache.jasper.servlet.JspServlet; import org.apache.jasper.servlet.JspServlet;
import org.junit.AfterClass;
import org.junit.Test; import org.junit.Test;
import org.mockito.InOrder; import org.mockito.InOrder;
...@@ -74,11 +73,6 @@ public class UndertowEmbeddedServletContainerFactoryTests ...@@ -74,11 +73,6 @@ public class UndertowEmbeddedServletContainerFactoryTests
return new UndertowEmbeddedServletContainerFactory(0); return new UndertowEmbeddedServletContainerFactory(0);
} }
@AfterClass
public static void afterClass() {
}
@Test @Test
public void errorPage404() throws Exception { public void errorPage404() throws Exception {
AbstractEmbeddedServletContainerFactory factory = getFactory(); AbstractEmbeddedServletContainerFactory factory = getFactory();
......
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