summaryrefslogtreecommitdiff
path: root/lib/erl
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-11-17 14:41:46 -0500
committerJames E. King, III <jking@apache.org>2017-11-18 21:10:40 -0500
commit58402ff6a71f00f9d61a9676bdabd3e5bbe9ea3f (patch)
tree79937c784bdb949254b23f0455433fd57522627c /lib/erl
parent87ad2bcaaa5a9fe224ad7a9826b676ca9721ddd1 (diff)
downloadthrift-58402ff6a71f00f9d61a9676bdabd3e5bbe9ea3f.tar.gz
THRIFT-2013: add multiplex server and client test support to cpp language
add multiplex client test support to csharp and java languages fix a bug in the server-side header protocol factory fix a bug in the cpp SSL server socket implementation remove unnecessary sleep in cpp server testOneway This closes #1414
Diffstat (limited to 'lib/erl')
-rw-r--r--lib/erl/test/thrift_test_test.erl12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/erl/test/thrift_test_test.erl b/lib/erl/test/thrift_test_test.erl
index ae20f3199..77df61d9a 100644
--- a/lib/erl/test/thrift_test_test.erl
+++ b/lib/erl/test/thrift_test_test.erl
@@ -628,18 +628,6 @@ service_info_test_() ->
{struct, []},
thrift_test_thrift:function_info(testOneway, exceptions)
)},
- {"blahBlah params", ?_assertEqual(
- {struct, []},
- second_service_thrift:function_info(blahBlah, params_type)
- )},
- {"blahBlah reply", ?_assertEqual(
- {struct, []},
- second_service_thrift:function_info(blahBlah, reply_type)
- )},
- {"blahBlah exceptions", ?_assertEqual(
- {struct, []},
- second_service_thrift:function_info(blahBlah, exceptions)
- )},
{"secondtestString params", ?_assertEqual(
{struct, [{1, string}]},
second_service_thrift:function_info(secondtestString, params_type)