summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2012-01-11 13:10:36 +0000
committerRobert Godfrey <rgodfrey@apache.org>2012-01-11 13:10:36 +0000
commit2c5e10a0f46335acf8b09cebd889d5920cda8d48 (patch)
treeac1141f56aeddf2fc6e406d24e3355484660f19f /java/test-profiles
parentc9e5b84950a75530b82ac72acf71ee3141d8bef1 (diff)
downloadqpid-python-2c5e10a0f46335acf8b09cebd889d5920cda8d48.tar.gz
QPID-3720 : Add alternative (C++ style) grouping and apply comments from Robbie Gemmel
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1229996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
-rwxr-xr-xjava/test-profiles/CPPExcludes6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes
index 66a20bcfc1..d8c463b810 100755
--- a/java/test-profiles/CPPExcludes
+++ b/java/test-profiles/CPPExcludes
@@ -172,3 +172,9 @@ org.apache.qpid.server.management.AMQUserManagementMBeanTest#*
// QPID-3133: On 0-10, the exception listener is currently not invoked when reconnection fails to occurs.
org.apache.qpid.server.failover.FailoverMethodTest#*
+// CPP Broker does not implement non-"shared group" message groups
+org.apache.qpid.server.queue.MessageGroupQueueTest#testSimpleGroupAssignment
+org.apache.qpid.server.queue.MessageGroupQueueTest#testConsumerCloseGroupAssignment
+org.apache.qpid.server.queue.MessageGroupQueueTest#testConsumerCloseWithRelease
+org.apache.qpid.server.queue.MessageGroupQueueTest#testGroupAssignmentSurvivesEmpty
+