summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-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 0565ecc34c..903a20ec28 100644
--- a/cpp/src/tests/cluster_test.cpp
+++ b/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(), "");