summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ClientSessionTest.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-28 13:28:21 +0000
committerGordon Sim <gsim@apache.org>2007-11-28 13:28:21 +0000
commit408b7835d66f6c46bfd91094f3f21dafc2568953 (patch)
tree4251d0cd3ddc2f623f06673ba31fa9a114578379 /qpid/cpp/src/tests/ClientSessionTest.cpp
parent9446f0f34e04812e71175dddca361d8cd061ee0a (diff)
downloadqpid-python-408b7835d66f6c46bfd91094f3f21dafc2568953.tar.gz
Disable recoding of frames for replay where replay will not be required.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598992 13f79535-47bb-0310-9956-ffa450edef68
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() {