From 39d7f4c245989ee09b5d6f4b36be0b4ba212ba38 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/qpid@1481824 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/python_tests/JavaPre010PythonExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'java') diff --git a/java/test-profiles/python_tests/JavaPre010PythonExcludes b/java/test-profiles/python_tests/JavaPre010PythonExcludes index 049b46b1d8..7c104fb8ca 100644 --- a/java/test-profiles/python_tests/JavaPre010PythonExcludes +++ b/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