summaryrefslogtreecommitdiff
path: root/test/cpp
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2016-11-12 15:16:30 -0500
committerJames E. King, III <jking@apache.org>2016-11-12 15:16:30 -0500
commitdf89913b8a952a46bc91264e0d96df9c69969efb (patch)
tree548a2f75295cad56246a9370cea5fc51abcc16d8 /test/cpp
parentea5ea8b4c85ffced36a88b93b35a4671478921ab (diff)
downloadthrift-df89913b8a952a46bc91264e0d96df9c69969efb.tar.gz
THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way
Client: C++ This closes #1103
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/src/TestServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/src/TestServer.cpp b/test/cpp/src/TestServer.cpp
index 4808d89f4..b4378608b 100644
--- a/test/cpp/src/TestServer.cpp
+++ b/test/cpp/src/TestServer.cpp
@@ -746,7 +746,7 @@ int main(int argc, char** argv) {
if (server.get() != NULL) {
if (protocol_type == "header") {
- // Tell the server to use the same protocol for input / output
+ // Tell the server to use the same protocol for input / output
// if using header
server->setOutputProtocolFactory(boost::shared_ptr<TProtocolFactory>());
}