summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-12-07 15:17:18 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-12-07 15:17:18 +0000
commit6d10c80d842d8f9558dad15db0ab5a0632aaf578 (patch)
tree26793fde82678a2962f7fdd9e789fcb573122c29 /java/test-profiles
parent45c6056648e86b609b8611cf4be786f430fb31ad (diff)
downloadqpid-python-6d10c80d842d8f9558dad15db0ab5a0632aaf578.tar.gz
QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated JMSDestinationTest to cover more test cases:
- Recieving a msg via Queue,Topic - Recieving a msg via Queue with a MessageListener - Recieving a msg on a queue that was sent to a topic, requires JMX interface to perform message move. Excluded test from 0-8 profile until the problem has been resolved git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@887948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
-rw-r--r--java/test-profiles/08Excludes2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test-profiles/08Excludes b/java/test-profiles/08Excludes
index 6f3898384d..bed6b91da0 100644
--- a/java/test-profiles/08Excludes
+++ b/java/test-profiles/08Excludes
@@ -18,3 +18,5 @@ org.apache.qpid.client.SessionCreateTest#*
org.apache.qpid.management.jmx.ManagementActorLoggingTest#*
org.apache.qpid.server.queue.ModelTest#*
+// QPID-2242 exclude till issue has been resolved
+org.apache.qpid.test.client.message.JMSDestinationTest#*