| commit | 2c534031ee16aa4889cbb98ab997bcce34912ad4 | [log] [tgz] |
|---|---|---|
| author | David Reiss <dreiss@apache.org> | Wed Jun 11 00:58:00 2008 +0000 |
| committer | David Reiss <dreiss@apache.org> | Wed Jun 11 00:58:00 2008 +0000 |
| tree | 9f4c554b4ea8cf30a619e14c575eab8d19605bad | |
| parent | 8cf694d62d314de3501872656a662a825ff6c98d [diff] |
Add a thrift client to alterl bindings
Test plan:
f(), {ok, C} = thrift_client:start_link("localhost", 9090, thriftTest_thrift).
thrift_client:call(C, testAsync, [1234]).
thrift_client:call(C, testVoid, []).
thrift_client:call(C, testList, [[1,2,3,4,5]]).
- Should write an actual test suite that exercises all of ThriftTest but I'm lazy right now
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666418 13f79535-47bb-0310-9956-ffa450edef68