THRIFT-847: Test Framework harmonization across all languages
add ip-ssl for cpp
diff --git a/test/test.sh b/test/test.sh
index 37bf043..dc29571 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -94,7 +94,7 @@
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