summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-07-17 16:11:09 +0000
committerAlex Rudyy <orudyy@apache.org>2013-07-17 16:11:09 +0000
commitc92ff11e0ff110541016f44e9bf882dd40911f76 (patch)
tree8fd0e8fe4933706e9e366ca9bc190b01496704d5 /qpid/java/test-profiles
parentf267c580488c9a1f46be65cd4b1d298563dcb3c6 (diff)
downloadqpid-python-c92ff11e0ff110541016f44e9bf882dd40911f76.tar.gz
QPID-4996: Restrict queue rebinding on 0.8/0-9.x path to the topic exchanges only
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
-rwxr-xr-xqpid/java/test-profiles/CPPExcludes2
-rwxr-xr-xqpid/java/test-profiles/Java010Excludes3
2 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes
index 72523e2d4b..a75d96fb85 100755
--- a/qpid/java/test-profiles/CPPExcludes
+++ b/qpid/java/test-profiles/CPPExcludes
@@ -187,3 +187,5 @@ org.apache.qpid.client.ssl.SSLTest#testCreateSSLandTCPonSamePort
// QPID-2796 : Java 0-10 client only sends heartbeats in response to heartbeats from the server, not timeout based
org.apache.qpid.client.HeartbeatTest#testReadOnlyConnectionHeartbeats
+// Exclude java broker specific behavior allowing queue re-bind to topic exchanges on 0.8/0-10 paths
+org.apache.qpid.server.queue.QueueBindTest#testQueueCanBeReboundOnTopicExchange
diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes
index b0489fca38..055ce25d75 100755
--- a/qpid/java/test-profiles/Java010Excludes
+++ b/qpid/java/test-profiles/Java010Excludes
@@ -68,3 +68,6 @@ org.apache.qpid.client.AsynchMessageListenerTest#testImmediatePrefetchWithMessag
// QPID-2796 : Java 0-10 client only sends heartbeats in response to heartbeats from the server, not timeout based
org.apache.qpid.client.HeartbeatTest#testReadOnlyConnectionHeartbeats
+
+// Java 0-10 client does not support re-binding the queue to the same exchange
+org.apache.qpid.server.queue.QueueBindTest#testQueueCanBeReboundOnTopicExchange