diff options
author | Alan Conway <aconway@apache.org> | 2008-01-29 15:45:29 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-01-29 15:45:29 +0000 |
commit | 7681735177fa7e381137aadef48963608d0aa0a8 (patch) | |
tree | 57b7d97a02470a948b1790102196f5adeaa6d6c0 /cpp/src/tests/IList.cpp | |
parent | 6b6dfc1709eace6db0c624676ad297e34fef4aa7 (diff) | |
download | qpid-python-7681735177fa7e381137aadef48963608d0aa0a8.tar.gz |
Provide public read-access to IListNode pointers, so frame handlers
can use then to find the next frame.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/IList.cpp')
-rw-r--r-- | cpp/src/tests/IList.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/IList.cpp b/cpp/src/tests/IList.cpp index f5d7cd344e..392ef4823d 100644 --- a/cpp/src/tests/IList.cpp +++ b/cpp/src/tests/IList.cpp @@ -152,6 +152,10 @@ BOOST_FIXTURE_TEST_CASE(TestIterator, Fixture) { } +BOOST_AUTO_TEST_CASE(testEmptyDtor) { + TestList l; +} + BOOST_FIXTURE_TEST_CASE(testOwnership, Fixture) { { TestList l2; |