summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-16 20:50:45 +0000
committerAlan Conway <aconway@apache.org>2007-04-16 20:50:45 +0000
commit8d10631aebd3de4b8cf88083af12549c0f2af0f5 (patch)
tree24e187d96c6c7592892c13d8f90f1627a91ff865 /cpp/src/tests
parentf23383dad09fb4c18fc697fd67df2856dba84671 (diff)
downloadqpid-python-8d10631aebd3de4b8cf88083af12549c0f2af0f5.tar.gz
* qpidc.spec.in: bump RPM revision for bugfix.
* src/qpid/framing/Correlator.cpp: Fix memory bug in correlator. * src/tests/Makefile.am: Re-enable ClientChannelTest, bug fixed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@529397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-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 e1a91fa8c7..6ca81f960f 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -24,7 +24,7 @@ broker_unit_tests = \
MessageHandlerTest
#client_unit_tests = \
-# ClientChannelTest
+ ClientChannelTest
framing_unit_tests = \
FieldTableTest \