From bbd88f3f686ea87ecf127cbbf79d72dc0d6f01c6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 27 Mar 2008 18:04:42 +0000 Subject: Send accept in response to message publications if required. Hold up completion (and accept) until message from transfer is fully enqueued. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@641929 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/Makefile.am') diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index c5f5db7346..ca25ced5e0 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -40,7 +40,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ClientSessionTest.cpp \ SequenceSet.cpp \ serialize.cpp \ - ProxyTemplate.cpp apply.cpp BoundedIterator.cpp + ProxyTemplate.cpp apply.cpp BoundedIterator.cpp \ + IncompleteMessageList.cpp check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) -- cgit v1.2.1