diff options
| author | Gordon Sim <gsim@apache.org> | 2014-07-24 13:48:37 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2014-07-24 13:48:37 +0000 |
| commit | 4ec2a1a245d4a4372fa9e9d75a95a11783f0aff2 (patch) | |
| tree | 43830006ba3f9c2dbb8777b7e29e62ebd2dbf472 /cpp/src | |
| parent | ffdbe3cdd3fa5f349b6daace7f8e34ec9bff48fb (diff) | |
| download | qpid-python-4ec2a1a245d4a4372fa9e9d75a95a11783f0aff2.tar.gz | |
QPID-5921, QPID-5923: adjustments and exclusions for new tests using swigged client
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/tests/failing-amqp0-10-python-tests | 6 | ||||
| -rw-r--r-- | cpp/src/tests/failing-amqp1.0-python-tests | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/cpp/src/tests/failing-amqp0-10-python-tests b/cpp/src/tests/failing-amqp0-10-python-tests index d69cc272c0..afa263217f 100644 --- a/cpp/src/tests/failing-amqp0-10-python-tests +++ b/cpp/src/tests/failing-amqp0-10-python-tests @@ -24,3 +24,9 @@ qpid.tests.messaging.message.MessageEchoTests.testReplyTo qpid.tests.messaging.message.MessageEchoTests.testReplyToQueue qpid.tests.messaging.message.MessageEchoTests.testReplyToQueueSubject qpid.tests.messaging.message.MessageEchoTests.testProperties + +# The following test fails because the swig client throws an error +# when creating a sender with a node name that is ambiguous and no +# type specified. By contrast the pure python client defaults to the +# queue in this case. +qpid_tests.broker_0_10.new_api.GeneralTests.test_node_disambiguation_2 diff --git a/cpp/src/tests/failing-amqp1.0-python-tests b/cpp/src/tests/failing-amqp1.0-python-tests index c15aa3fe13..e76d05d7be 100644 --- a/cpp/src/tests/failing-amqp1.0-python-tests +++ b/cpp/src/tests/failing-amqp1.0-python-tests @@ -20,3 +20,6 @@ qpid_tests.broker_0_10.new_api.GeneralTests.test_qpid_3481_acquired_to_alt_exchange_2_consumers qpid_tests.broker_0_10.new_api.GeneralTests.test_qpid_3481_acquired_to_alt_exchange qpid_tests.broker_0_10.new_api.GeneralTests.test_nolocal_rerouted +qpid_tests.broker_0_10.new_api.GeneralTests.test_ambiguous_delete_1 +qpid_tests.broker_0_10.new_api.GeneralTests.test_ambiguous_delete_2 +qpid_tests.broker_0_10.new_api.GeneralTests.test_node_disambiguation_2 |
