summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-16 00:22:00 +0000
committerAlan Conway <aconway@apache.org>2008-09-16 00:22:00 +0000
commit4325bf519604230227647c229931049fc2d89ab9 (patch)
tree6793eeef895c93caf7ce88e9a99747b13db334e9 /cpp/src/tests/cluster_test.cpp
parenteb41bbd1ff549a62b69d4ede4e2323e1427f5ece (diff)
downloadqpid-python-4325bf519604230227647c229931049fc2d89ab9.tar.gz
Simplified cluster updates.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@695696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_test.cpp')
-rw-r--r--cpp/src/tests/cluster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp
index af380c629d..c17dc99901 100644
--- a/cpp/src/tests/cluster_test.cpp
+++ b/cpp/src/tests/cluster_test.cpp
@@ -280,7 +280,7 @@ QPID_AUTO_TEST_CASE(testMessageEnqueue) {
QPID_AUTO_TEST_CASE(testMessageDequeue) {
// Enqueue on one broker, dequeue on two others.
- ClusterFixture cluster (3);
+ ClusterFixture cluster(3);
Client c0(cluster[0], "c0");
c0.session.queueDeclare("q");
c0.session.messageTransfer(arg::content=Message("foo", "q"));