diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-29 15:15:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-29 15:15:08 +0000 |
| commit | 20e253844fddd084eac9b80dc9cc73efff12dd28 (patch) | |
| tree | 7772f7360ec0bc8c7cabc49202d7b6bca038e7ec /cpp/src/tests/quick_txtest | |
| parent | 2dcb03fba0f117583a3dd669c46302bb6bb834a2 (diff) | |
| download | qpid-python-20e253844fddd084eac9b80dc9cc73efff12dd28.tar.gz | |
* added flag to SubscriptionSettings to control automatic completion of message
* removed automatic acquiring under autoAck mode
* added test for results from acquire requests
* added short txtest to the set of system tests run under make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/quick_txtest')
| -rwxr-xr-x | cpp/src/tests/quick_txtest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/quick_txtest b/cpp/src/tests/quick_txtest new file mode 100755 index 0000000000..56df55e705 --- /dev/null +++ b/cpp/src/tests/quick_txtest @@ -0,0 +1,2 @@ +#!/bin/sh +exec `dirname $0`/run_test ./txtest --queues 4 --tx-count 10 --quiet |
