summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-08-31 18:20:29 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-08-31 18:20:29 +0000
commit655b3b5806bafdd784f6a9c242e26341bd6aeccc (patch)
tree01fe5108d9901b6c577a5930be6ca31a625300fd /cpp/src/tests/Makefile.am
parentf5a1cf995f4956ec2dd83a60715b31ad065f7751 (diff)
downloadqpid-python-655b3b5806bafdd784f6a9c242e26341bd6aeccc.tar.gz
* Changes to make C++ client code use the asynchronous network IO
* Fixed up the test for buffer changes * Removed unused buffer operations git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@571529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 545eb965c4..611b498524 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -84,7 +84,6 @@ broker_unit_tests = \
DtxWorkRecordTest \
ExchangeTest \
HeadersExchangeTest \
- MessageBuilderTest \
MessageTest \
QueueRegistryTest \
QueueTest \
@@ -96,6 +95,7 @@ broker_unit_tests = \
TxPublishTest \
ValueTest \
MessageHandlerTest
+# MessageBuilderTest
#client_unit_tests = \
ClientChannelTest