From b32707e3b9ac0ff85a2867919fa6782dbe3610f5 Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Mon, 13 May 2013 12:38:21 +0000 Subject: QPID-4832: Split 0.8 python test DefaultExchangeRuleTests.testDefaultExchange into 2 tests: testDefaultExchange testing that queue is automatically bound to a default exchange testDefaultExchangeExplicitBind testing explicit queue bind on a default exchange Exclude testDefaultExchangeExplicitBind from Java Broker python test profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481824 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles/python_tests') diff --git a/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes b/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes index 049b46b1d8..7c104fb8ca 100644 --- a/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes +++ b/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes @@ -32,3 +32,6 @@ qpid_tests.broker_0_9.query.QueryTests.test_exchange_query # QPID-3987 Tests broker_0_9.queue.QueueTests.test_unbind_fanout and broker_0_9.queue.QueueTests.test_unbind_headers fail with 404, 'No such binding' qpid_tests.broker_0_9.queue.QueueTests.test_unbind_fanout qpid_tests.broker_0_9.queue.QueueTests.test_unbind_headers + +#QPID-4832 Java Broker does not support an explicit bind to a default exchange +qpid_tests.broker_0_8.exchange.DefaultExchangeRuleTests.testDefaultExchangeExplicitBind -- cgit v1.2.1