summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/cpp/src/tests/qpid-client-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/qpid-client-test.cpp b/qpid/cpp/src/tests/qpid-client-test.cpp
index 2f5e8e5afe..9198324f93 100644
--- a/qpid/cpp/src/tests/qpid-client-test.cpp
+++ b/qpid/cpp/src/tests/qpid-client-test.cpp
@@ -47,7 +47,7 @@ struct Args : public TestOptions {
uint msgSize;
bool verbose;
- Args() : TestOptions("Simple test of Qpid c++ client; sends and receives a single message."), msgSize(26)
+ Args() : TestOptions("Simple test of Qpid c++ client; sends and receives a single message."), msgSize(26), verbose(false)
{
addOptions()
("size", optValue(msgSize, "N"), "message size")