diff options
| author | Gordon Sim <gsim@apache.org> | 2014-05-14 16:25:12 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2014-05-14 16:25:12 +0000 |
| commit | ef5392fe1f9df62f348c06cec47f71d8983d5e86 (patch) | |
| tree | 6616073185a466bbf0696164b306392df6a531ab /qpid/cpp/src/tests | |
| parent | 3b8cb11a904b9c1f4a808c29fd37121a4e3e7c43 (diff) | |
| download | qpid-python-ef5392fe1f9df62f348c06cec47f71d8983d5e86.tar.gz | |
QPID-5765: don't invoke on dangling pointer
Strictly speaking comparing anything against the old pointer isn't correct either,
but this is harder to change and the only negative effect is that in the event that
a new connection has the same pointer value, it would be incorrectly interpreted
as 'local'.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/failing-amqp1.0-python-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/failing-amqp1.0-python-tests b/qpid/cpp/src/tests/failing-amqp1.0-python-tests index 19e27af562..c15aa3fe13 100644 --- a/qpid/cpp/src/tests/failing-amqp1.0-python-tests +++ b/qpid/cpp/src/tests/failing-amqp1.0-python-tests @@ -19,3 +19,4 @@ 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 |
