diff options
| author | Gordon Sim <gsim@apache.org> | 2007-10-02 09:54:59 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-10-02 09:54:59 +0000 |
| commit | da12edf961df4c43cc7db5fa161183a8281a5ca6 (patch) | |
| tree | 0de969934730c9cd760359c22f8819a1db26320c /qpid/cpp/src/tests/Makefile.am | |
| parent | b8fd8e599d8121bcc698c53a1621007a33d83fdf (diff) | |
| download | qpid-python-da12edf961df4c43cc7db5fa161183a8281a5ca6.tar.gz | |
Fixed recovery; unacked message records are now updated to hold the new command id when messages are resent.
Added unit and python test as previous bug was not being picked up by the existing tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 9c4d5c0fd0..b8622fc925 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -86,6 +86,7 @@ perftest_LDADD=$(lib_client) broker_unit_tests = \ AccumulatedAckTest \ DtxWorkRecordTest \ + DeliveryRecordTest \ ExchangeTest \ HeadersExchangeTest \ MessageTest \ |
