From ef5392fe1f9df62f348c06cec47f71d8983d5e86 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 14 May 2014 16:25:12 +0000 Subject: 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 --- qpid/cpp/src/tests/failing-amqp1.0-python-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/src/tests/failing-amqp1.0-python-tests') 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 -- cgit v1.2.1