summaryrefslogtreecommitdiff
path: root/qpid/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
commit0bc9a47a7c35f8cf67ef0e92cc53c91e66a6deec (patch)
treeca13237c15fbfc83e460cb5c5685d3dfd4dcbc1f /qpid/cpp/src/tests/Makefile.am
parentf9236f2f81a1df20a4a95d2e8dc8538b33fb4746 (diff)
downloadqpid-python-0bc9a47a7c35f8cf67ef0e92cc53c91e66a6deec.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@571529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 545eb965c4..611b498524 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/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