From 408b7835d66f6c46bfd91094f3f21dafc2568953 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 28 Nov 2007 13:28:21 +0000 Subject: 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 --- qpid/cpp/src/tests/ClientSessionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/ClientSessionTest.cpp') 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() { -- cgit v1.2.1