diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-01-11 13:10:36 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-01-11 13:10:36 +0000 |
| commit | 006a8b357aaa7ad4393f60db8452b3a0be76056d (patch) | |
| tree | bd2e620f541162ee8669d7cfa648cf07f8a29f64 /qpid/java/test-profiles | |
| parent | a05d9b8d3d95f579870719c9671be2ad614a17f1 (diff) | |
| download | qpid-python-006a8b357aaa7ad4393f60db8452b3a0be76056d.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@1229996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 66a20bcfc1..d8c463b810 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/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 + |
