summaryrefslogtreecommitdiff
path: root/cpp/src/tests/swig_python_tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-09-02 16:22:24 +0000
committerGordon Sim <gsim@apache.org>2013-09-02 16:22:24 +0000
commit27fbcb5efc5af79c6d2bf69409c4ff267c33bc6a (patch)
tree4f26a2011b18878c48791f385a66be0c7c5396ad /cpp/src/tests/swig_python_tests
parentf68bb96b236f92fb768438a2c9f315f89ce6a5db (diff)
downloadqpid-python-27fbcb5efc5af79c6d2bf69409c4ff267c33bc6a.tar.gz
QPID-5106: handle annotations properly and add option to control whether annotations are nested or not on fetch()
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1519466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/swig_python_tests')
-rwxr-xr-xcpp/src/tests/swig_python_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/swig_python_tests b/cpp/src/tests/swig_python_tests
index 2ad17ebc33..6f862ffa2d 100755
--- a/cpp/src/tests/swig_python_tests
+++ b/cpp/src/tests/swig_python_tests
@@ -53,7 +53,7 @@ export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_SWIG
$QPID_PYTHON_TEST -m qpid.tests.messaging.message -m qpid_tests.broker_0_10.priority -m qpid_tests.broker_0_10.lvq -m qpid_tests.broker_0_10.new_api -b localhost:$QPID_PORT -I $srcdir/failing-amqp0-10-python-tests || FAILED=1
if [[ -a $AMQPC_LIB ]] ; then
export QPID_LOAD_MODULE=$AMQPC_LIB
- $QPID_PYTHON_TEST --define="protocol_version=amqp1.0" -m qpid_tests.broker_1_0 -b localhost:$QPID_PORT -I $srcdir/failing-amqp1.0-python-tests || FAILED=1
+ $QPID_PYTHON_TEST --define="protocol_version=amqp1.0" -m qpid_tests.broker_1_0 -m qpid_tests.broker_0_10.new_api -b localhost:$QPID_PORT -I $srcdir/failing-amqp1.0-python-tests || FAILED=1
fi
stop_broker
if [[ $FAILED -eq 1 ]]; then