summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster_test.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-06-24 17:19:24 +0000
committerAlan Conway <aconway@apache.org>2010-06-24 17:19:24 +0000
commit98e99b9a91eb904df6f5a3c5180195e03dab7b4a (patch)
tree135ac2c917cce1a1b135464c0afcd44ad094b170 /qpid/cpp/src/tests/cluster_test.cpp
parentaa17ffe721885e5bb42017d5351c4dc7d435416c (diff)
downloadqpid-python-98e99b9a91eb904df6f5a3c5180195e03dab7b4a.tar.gz
Fix test bug causing occasional failure of cluster_test.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@957639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r--qpid/cpp/src/tests/cluster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp
index 0565ecc34c..903a20ec28 100644
--- a/qpid/cpp/src/tests/cluster_test.cpp
+++ b/qpid/cpp/src/tests/cluster_test.cpp
@@ -214,7 +214,7 @@ QPID_AUTO_TEST_CASE(testBadClientData) {
ci->handle(poison);
{
ScopedSuppressLogging sl;
- BOOST_CHECK_THROW(c0.session.queueQuery("q0"), TransportFailure);
+ BOOST_CHECK_THROW(c0.session.queueQuery("q0"), Exception);
}
Client c00(cluster[0]);
BOOST_CHECK_EQUAL(c00.session.queueQuery("q00").getQueue(), "");