diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-16 20:50:45 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-16 20:50:45 +0000 |
| commit | 5587912042735410ccf30c2a85c989d1e4113167 (patch) | |
| tree | 9946f44d9374f6409a9127207e2c4be3558d86ad /qpid/cpp/src/tests | |
| parent | a237f1fceb2ee545b99ceba3920101b0e059e0eb (diff) | |
| download | qpid-python-5587912042735410ccf30c2a85c989d1e4113167.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@529397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index e1a91fa8c7..6ca81f960f 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -24,7 +24,7 @@ broker_unit_tests = \ MessageHandlerTest #client_unit_tests = \ -# ClientChannelTest + ClientChannelTest framing_unit_tests = \ FieldTableTest \ |
