Fix previous commit

This commit is contained in:
Sebastien Deleuze 2016-12-19 10:21:04 +01:00
parent 879b387954
commit 7bde85ae55
1 changed files with 2 additions and 2 deletions

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