diff options
author | Alan Conway <aconway@apache.org> | 2008-09-18 13:55:30 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-09-18 13:55:30 +0000 |
commit | e2b079386b19c34a26bb4a7c67bd002ebb9bdc94 (patch) | |
tree | c190fa29f5a58530bba7f174ec6f5727c36630ba /cpp/src/tests/DumpClientTest.cpp | |
parent | fcc3335293a77c8e9130ea1836ee55872d6b28f5 (diff) | |
download | qpid-python-e2b079386b19c34a26bb4a7c67bd002ebb9bdc94.tar.gz |
Refactor Cluster logic into separate handlers for Joining & Member modes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/DumpClientTest.cpp')
-rw-r--r-- | cpp/src/tests/DumpClientTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/DumpClientTest.cpp b/cpp/src/tests/DumpClientTest.cpp index 27c4174ffe..03cf12aec6 100644 --- a/cpp/src/tests/DumpClientTest.cpp +++ b/cpp/src/tests/DumpClientTest.cpp @@ -61,7 +61,7 @@ QPID_AUTO_TEST_CASE(testDumpClientSharedState) { c.connection.close(); } Url url(Url::getIpAddressesUrl(receiver.getPort())); - qpid::cluster::DumpClient dump(url, *donor.broker, 0); + qpid::cluster::DumpClient dump(url, *donor.broker, 0, 0); dump.dump(); { Client r(receiver.getPort()); |