diff options
author | Gordon Sim <gsim@apache.org> | 2008-02-25 16:56:29 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-02-25 16:56:29 +0000 |
commit | a3ecd35573fff8b40f88c284d109c9f7d3462802 (patch) | |
tree | b8d83889214e49d2cae27abcae5facbf65863092 /qpid/cpp/src/tests/exception_test.cpp | |
parent | c43506a3d317febeb73627272db94a67b03489f9 (diff) | |
download | qpid-python-a3ecd35573fff8b40f88c284d109c9f7d3462802.tar.gz |
Some refactoring of the 0-10 codepath (being migrated to final spec) that primarily colocates the current session and execution layers to facilitate implementing the new session layer that will now encompass this behaviour.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@630934 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 700aeef47c..715cdaec2a 100644 --- a/qpid/cpp/src/tests/exception_test.cpp +++ b/qpid/cpp/src/tests/exception_test.cpp @@ -92,7 +92,7 @@ BOOST_FIXTURE_TEST_CASE(DisconnectedListen, ProxySessionFixture) { BOOST_CHECK_THROW(session.close(), InternalErrorException); } -BOOST_FIXTURE_TEST_CASE(NoSuchQueueTest, SessionFixture) { +BOOST_FIXTURE_TEST_CASE(NoSuchQueueTest, ProxySessionFixture) { BOOST_CHECK_THROW(subs.subscribe(lq, "no such queue").sync(), NotFoundException); } |