summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ClientSessionTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/ClientSessionTest.cpp')
-rw-r--r--qpid/cpp/src/tests/ClientSessionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ClientSessionTest.cpp b/qpid/cpp/src/tests/ClientSessionTest.cpp
index 5d87e1f76b..ac2cf155f4 100644
--- a/qpid/cpp/src/tests/ClientSessionTest.cpp
+++ b/qpid/cpp/src/tests/ClientSessionTest.cpp
@@ -166,7 +166,7 @@ public:
try {
c->resume(session);
CPPUNIT_FAIL("Expected InvalidArgumentException.");
- } catch(const InvalidArgumentException&) {}
+ } catch(const InternalErrorException&) {}
}
void testUseSuspendedError() {