You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/04/08 00:29:33 UTC

git commit: THRIFT-847: Test Framework harmonization across all languages

Repository: thrift
Updated Branches:
  refs/heads/master a6415bc98 -> 5829a2c64


THRIFT-847: Test Framework harmonization across all languages

add ip-ssl for cpp


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/5829a2c6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/5829a2c6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/5829a2c6

Branch: refs/heads/master
Commit: 5829a2c64a47bb122a4c7e6ddf93acd6b41dfd7d
Parents: a6415bc
Author: Roger Meier <ro...@apache.org>
Authored: Tue Apr 8 00:28:17 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Tue Apr 8 00:28:17 2014 +0200

----------------------------------------------------------------------
 test/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/5829a2c6/test/test.sh
----------------------------------------------------------------------
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 @@ 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