diff options
author | Alan Conway <aconway@apache.org> | 2009-11-18 15:47:34 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-18 15:47:34 +0000 |
commit | bd3cae3b5691436369b4c37a570c766c1e8aafd2 (patch) | |
tree | 02df1c75634271b7f0fbb75afdb213cb083d7cce /cpp/src/tests/ClusterFailover.cpp | |
parent | 920114ebb60d03242fe02bb8a89af57f9c78cf01 (diff) | |
download | qpid-python-bd3cae3b5691436369b4c37a570c766c1e8aafd2.tar.gz |
Silence expected warning from cluster tests.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ClusterFailover.cpp')
-rw-r--r-- | cpp/src/tests/ClusterFailover.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ClusterFailover.cpp b/cpp/src/tests/ClusterFailover.cpp index c2fb1282b1..5ecc25659c 100644 --- a/cpp/src/tests/ClusterFailover.cpp +++ b/cpp/src/tests/ClusterFailover.cpp @@ -58,7 +58,7 @@ QPID_AUTO_TEST_CASE(testReconnectSameSessionName) { ClusterFixture::Args args = list_of<string>("--auth")("no")("--no-module-dir")("--no-data-dir")("--load-module")(clusterLib.str()); ClusterFixture cluster(2, args, -1); Client c0(cluster[0], "foo"); - cluster.kill(0, 9); + cluster.killWithSilencer(0, c0.connection, 9); Client c1(cluster[1], "foo"); // Using same name, should be cleaned up. } |