Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a6415bc
)
THRIFT-847: Test Framework harmonization across all languages
author
Roger Meier
<roger@apache.org>
Mon, 7 Apr 2014 22:28:17 +0000
(
00:28
+0200)
committer
Roger Meier
<roger@apache.org>
Mon, 7 Apr 2014 22:28:17 +0000
(
00:28
+0200)
add ip-ssl for cpp
test/test.sh
patch
|
blob
|
history
diff --git
a/test/test.sh
b/test/test.sh
index
37bf043
..
dc29571
100755
(executable)
--- 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