summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ConnectionOptions.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-05-12 13:41:32 +0000
committerAlan Conway <aconway@apache.org>2010-05-12 13:41:32 +0000
commitd806f791323dd101705c86db17e6956aafb026f3 (patch)
treecae3cf6aba6ffca59fa03871f1d7f5209b26f78e /cpp/src/tests/ConnectionOptions.h
parente4311a90427c8023487214d83956019afac06560 (diff)
downloadqpid-python-d806f791323dd101705c86db17e6956aafb026f3.tar.gz
Delay generating URL in cluster till global constructors to handle multi-protocol URLs.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@943488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ConnectionOptions.h')
-rw-r--r--cpp/src/tests/ConnectionOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ConnectionOptions.h b/cpp/src/tests/ConnectionOptions.h
index 6fd6c2c63f..fe945e9ddd 100644
--- a/cpp/src/tests/ConnectionOptions.h
+++ b/cpp/src/tests/ConnectionOptions.h
@@ -39,7 +39,7 @@ struct ConnectionOptions : public qpid::Options,
addOptions()
("broker,b", optValue(host, "HOST"), "Broker host to connect to")
("port,p", optValue(port, "PORT"), "Broker port to connect to")
- ("protocol,P", optValue(protocol, "tcp|rdma"), "Protocol to use for broker connection")
+ ("protocol,P", optValue(protocol, "tcp|ssl|rdma"), "Protocol to use for broker connection")
("virtualhost,v", optValue(virtualhost, "VHOST"), "virtual host")
("username", optValue(username, "USER"), "user name for broker log in.")
("password", optValue(password, "PASSWORD"), "password for broker log in.")