diff options
author | Gordon Sim <gsim@apache.org> | 2007-09-03 09:15:35 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-09-03 09:15:35 +0000 |
commit | cadb67eb27e00abb493793363dcf37f4d2f563dc (patch) | |
tree | 62fc915300adc3929a3130bf098b7628478448a5 /cpp/src/tests | |
parent | 280badf2e64489a5214bdb2e8c5f7befa1de0e6b (diff) | |
download | qpid-python-cadb67eb27e00abb493793363dcf37f4d2f563dc.tar.gz |
Fix for QPID-561
Renabled MessageBuilderTest
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@572264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 9d3d86b091..874a9a448a 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -93,8 +93,8 @@ broker_unit_tests = \ TxBufferTest \ TxPublishTest \ ValueTest \ - MessageHandlerTest -# MessageBuilderTest + MessageHandlerTest \ + MessageBuilderTest #client_unit_tests = \ ClientChannelTest |