From 5829a2c64a47bb122a4c7e6ddf93acd6b41dfd7d Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Tue, 8 Apr 2014 00:28:17 +0200 Subject: [PATCH] THRIFT-847: Test Framework harmonization across all languages add ip-ssl for cpp --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index 37bf0430..dc295716 100755 --- a/test/test.sh +++ b/test/test.sh @@ -94,7 +94,7 @@ cpp_transports="buffered framed http" java_server_transports="buffered framed fastframed" java_client_transports=${java_server_transports}" http" # we need a test certificate first -cpp_sockets="ip domain" +cpp_sockets="ip domain ip-ssl" java_sockets="ip ip-ssl" # TODO fastframed java transport is another implementation of framed transport -- 2.17.1