summaryrefslogtreecommitdiff
path: root/cpp/src/tests/swig_python_tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-09-24 11:26:14 +0000
committerGordon Sim <gsim@apache.org>2013-09-24 11:26:14 +0000
commitf012c2a0116e31c8d978f1779d38075fefc7647c (patch)
treecbbc508b1e9a21229bf1f1ceb813769da2f0b5ca /cpp/src/tests/swig_python_tests
parent1ee5f62da3dc1e19c5308ab75b81bb2d443f88f0 (diff)
downloadqpid-python-f012c2a0116e31c8d978f1779d38075fefc7647c.tar.gz
QPID-5156: add tests for assert functionality
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1525859 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 6f862ffa2d..8c7d8cfe6d 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 -m qpid_tests.broker_0_10.new_api -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 -m assertions -b localhost:$QPID_PORT -I $srcdir/failing-amqp1.0-python-tests || FAILED=1
fi
stop_broker
if [[ $FAILED -eq 1 ]]; then