提交 7bde85ae 编写于 作者: S Sebastien Deleuze

Fix previous commit

上级 879b3879
......@@ -46,8 +46,8 @@ public abstract class AbstractHttpHandlerIntegrationTests {
File base = new File(System.getProperty("java.io.tmpdir"));
return new Object[][] {
{new JettyHttpServer()},
//{new RxNettyHttpServer()},
{new ReactorHttpServer()},
{new RxNettyHttpServer()},
//{new ReactorHttpServer()},
{new TomcatHttpServer(base.getAbsolutePath())},
{new UndertowHttpServer()}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册