diff options
author | Keith Wall <kwall@apache.org> | 2011-11-10 14:14:46 +0000 |
---|---|---|
committer | Keith Wall <kwall@apache.org> | 2011-11-10 14:14:46 +0000 |
commit | 87139b266b3817be517db38092ffcc5b2f7c7277 (patch) | |
tree | ff7576ba53e65ae9f1f3f9deac73e4b227f7e302 /java/test-profiles/python_tests/Java010PythonExcludes | |
parent | 93417080e6d1a7c611ce80c188c52dd4af0a253b (diff) | |
download | qpid-python-87139b266b3817be517db38092ffcc5b2f7c7277.tar.gz |
QPID-3539: NoLocal should occur at the connection level and not the session level (0-10). Also fixed typing issue that prevented Java Broker understanding the no-local queue argument when encoded as String (as sent by Python tests).
Applied patch from Oleksandr Rudyy<orudyy@gmail.com> and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/python_tests/Java010PythonExcludes')
-rw-r--r-- | java/test-profiles/python_tests/Java010PythonExcludes | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/test-profiles/python_tests/Java010PythonExcludes b/java/test-profiles/python_tests/Java010PythonExcludes index 10e6298634..7d9782d0ff 100644 --- a/java/test-profiles/python_tests/Java010PythonExcludes +++ b/java/test-profiles/python_tests/Java010PythonExcludes @@ -69,10 +69,8 @@ qpid_tests.broker_0_10.message.MessageTests.test_window_flow_bytes #QPID-3592 Fails to receive more messages after restart qpid_tests.broker_0_10.message.MessageTests.test_window_stop -#QPID-3539 Tests fail because is incorrectly being done per session and not connection -qpid_tests.broker_0_10.message.MessageTests.test_no_local +#QPID-3605 Durable subscriber with no-local true receives messages on re-connection qpid_tests.broker_0_10.message.MessageTests.test_no_local_awkward -qpid_tests.broker_0_10.message.MessageTests.test_no_local_exclusive_subscribe #QPID-3593 Priority Queue test failures qpid_tests.broker_0_10.priority.PriorityTests.test_browsing |