diff options
Diffstat (limited to 'test/tests.json')
-rw-r--r-- | test/tests.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/test/tests.json b/test/tests.json index 4641f223b..ed38fea3b 100644 --- a/test/tests.json +++ b/test/tests.json @@ -64,7 +64,7 @@ "server": { "command": [ "thrift_test_server", - "--trace" + "--trace" ] }, "client": { @@ -254,7 +254,8 @@ }, "transports": [ "buffered", - "framed" + "framed", + "http" ], "sockets": [ "ip", @@ -292,11 +293,12 @@ }, "transports": [ "buffered", - "framed" + "framed", + "http" ], "sockets": [ - "ip-ssl", - "ip" + "ip", + "ip-ssl" ], "protocols": [ "compact", |