Enhance C++ test client to make sure that async void is implemented properly
authorDavid Reiss <dreiss@apache.org>
Mon, 18 Feb 2008 02:11:52 +0000 (02:11 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 18 Feb 2008 02:11:52 +0000 (02:11 +0000)
commit2845b52f47a361d89434b3234545811e082f7716
tree7a32e6630bd1acf8601eed3043fd17b376e3fad7
parentdb893b617f3cd4e7170ced145d75a8a16d7abc97
Enhance C++ test client to make sure that async void is implemented properly

Summary:
Added another i32 test after the async test. If testAsync improperly
sends a response, then the i32 test will fail because the function
name won't match up, since it will be "off by one".

Test plan:
Tested cpp server and it works. Tested alterl server which
doesn't yet implement async void properly and verified failure

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665486 13f79535-47bb-0310-9956-ffa450edef68
test/cpp/src/TestClient.cpp