diff options
author | Gordon Sim <gsim@apache.org> | 2008-04-24 21:07:34 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-04-24 21:07:34 +0000 |
commit | 18993656fb8578b58c5ae6ee96fac998914bf209 (patch) | |
tree | a1aa561df4a25fa6d5e633de1ad303c2170c4044 /qpid/cpp/src/tests/exception_test.cpp | |
parent | 92b42a12235a27887b6955b04983489af9334de3 (diff) | |
download | qpid-python-18993656fb8578b58c5ae6ee96fac998914bf209.tar.gz |
Generate c++ code from final 0-10 spec
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651423 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/exception_test.cpp')
-rw-r--r-- | qpid/cpp/src/tests/exception_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/exception_test.cpp b/qpid/cpp/src/tests/exception_test.cpp index 7c68973d4d..f75269c959 100644 --- a/qpid/cpp/src/tests/exception_test.cpp +++ b/qpid/cpp/src/tests/exception_test.cpp @@ -91,7 +91,7 @@ QPID_AUTO_TEST_CASE(DisconnectedListen) { Thread t(fix.subs); fix.connection.proxy.close(); t.join(); - BOOST_CHECK_THROW(fix.session.close(), InternalErrorException); + BOOST_CHECK_THROW(fix.session.close(), ConnectionException); } QPID_AUTO_TEST_CASE(NoSuchQueueTest) { |