Fix previous commit

This commit is contained in:
Sebastien Deleuze
2016-12-19 10:21:04 +01:00
parent 879b387954
commit 7bde85ae55

View File

@@ -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()}
};