From 4204a1a30835925dc1b9dedfa3c7fa3cd6451d28 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 29 Jan 2008 15:45:29 +0000 Subject: 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 --- qpid/cpp/src/tests/IList.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/cpp/src/tests/IList.cpp') 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; -- cgit v1.2.1