summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/IList.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-01-29 15:45:29 +0000
committerAlan Conway <aconway@apache.org>2008-01-29 15:45:29 +0000
commit4204a1a30835925dc1b9dedfa3c7fa3cd6451d28 (patch)
tree601e2853dfe55757f6afbeac0d2a55dacdbb0c6a /qpid/cpp/src/tests/IList.cpp
parent8e95dcde05f1617fa58caa1171d213f2c18640e3 (diff)
downloadqpid-python-4204a1a30835925dc1b9dedfa3c7fa3cd6451d28.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@616396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/IList.cpp')
-rw-r--r--qpid/cpp/src/tests/IList.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/IList.cpp b/qpid/cpp/src/tests/IList.cpp
index f5d7cd344e..392ef4823d 100644
--- a/qpid/cpp/src/tests/IList.cpp
+++ b/qpid/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;