Fix JSON encoding issue

This commit is contained in:
Stephane Maldini
2015-10-29 01:14:46 +00:00
committed by Sebastien Deleuze
parent fd52ae999b
commit 3864fc24ff
2 changed files with 47 additions and 13 deletions

View File

@@ -40,9 +40,9 @@ public abstract class AbstractHttpHandlerIntegrationTests {
@Parameterized.Parameters(name = "server [{0}]")
public static Object[][] arguments() {
return new Object[][] {
/*{new JettyHttpServer()},
{new JettyHttpServer()},
{new RxNettyHttpServer()},
{new ReactorHttpServer()},*/
{new ReactorHttpServer()},
{new TomcatHttpServer()}
};
}