summaryrefslogtreecommitdiff
path: root/cpp/src/tests/swig_python_tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-11-12 13:42:50 +0000
committerGordon Sim <gsim@apache.org>2013-11-12 13:42:50 +0000
commit1fe3f166e5db96aae1253343c1eaea3d48b01316 (patch)
treebf22224e3b8cac006306aa89202441180029ee3c /cpp/src/tests/swig_python_tests
parent5f3ff3bcc03691d0646cd75d8408be284d8adee6 (diff)
downloadqpid-python-1fe3f166e5db96aae1253343c1eaea3d48b01316.tar.gz
QPID-5251: allow policies to be specified that will create topics or queues on demand if they match the specified pattern
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541059 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 dd793373d2..2eb8ce67b3 100755
--- a/cpp/src/tests/swig_python_tests
+++ b/cpp/src/tests/swig_python_tests
@@ -53,7 +53,7 @@ export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_SWIG
export QPID_USE_SWIG_CLIENT=1
$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 $AMQP_LIB ]] ; then
- $QPID_PYTHON_TEST --define="protocol_version=amqp1.0" -m qpid_tests.broker_1_0 -m qpid_tests.broker_0_10.new_api -m assertions -m reject_release -m misc -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 -m reject_release -m misc -m policies -b localhost:$QPID_PORT -I $srcdir/failing-amqp1.0-python-tests || FAILED=1
fi
stop_broker
if [[ $FAILED -eq 1 ]]; then