Added test for purge queue through management interface and enhanced move messages ----------------------------------------------------------------------------------
Key: QPID-1292 URL: https://issues.apache.org/jira/browse/QPID-1292 Project: Qpid Issue Type: Test Components: Python Test Suite Affects Versions: M4 Reporter: William Henry Attachments: test_management_purge_diff.txt This patch tests the purge functionality through the management interface. 20 messages are added to a queue. 1) The top message is purged and tested - msgDepth now 19 2) The top 9 messages are purged - msgDepth now 10 3) All (remaining) messages are purged - msgDepth is 0 Also added code to check the order of the moved messages are consumable and in the right order. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.