diff options
| author | Gordon Sim <gsim@apache.org> | 2007-08-28 19:38:17 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-08-28 19:38:17 +0000 |
| commit | b7b4a5407af61099567b8f1b3765cfada6150312 (patch) | |
| tree | 84b36342792406d239c78b1fa040e9d3752a36c5 /qpid/cpp/src/tests/Makefile.am | |
| parent | 6dacede976a8c5145ebc8bb74622403b5d8de204 (diff) | |
| download | qpid-python-b7b4a5407af61099567b8f1b3765cfada6150312.tar.gz | |
Updated message.transfer encoding to use header and content segments (including new structs).
Unified more between the basic and message classes messages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@570538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 34e7e973ac..7ff6a843a9 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -82,11 +82,8 @@ broker_unit_tests = \ DtxWorkRecordTest \ ExchangeTest \ HeadersExchangeTest \ - InMemoryContentTest \ - LazyLoadedContentTest \ MessageBuilderTest \ MessageTest \ - ReferenceTest \ QueueRegistryTest \ QueueTest \ QueuePolicyTest \ @@ -142,6 +139,7 @@ EXTRA_DIST += \ .valgrind.supp-default \ .valgrindrc-default \ InProcessBroker.h \ + MessageUtils.h \ MockChannel.h \ MockConnectionInputHandler.h \ TxMocks.h \ |
