summaryrefslogtreecommitdiff
path: root/qpid/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
commit0be20e2b41eebfe42cbe36c52c744dbaa33074d5 (patch)
treefd9684e38721fd4734e982c7c8b11a035b5611c1 /qpid/java/test-profiles
parentb283d75d642581115f1df5dc2674ef26fe3de221 (diff)
downloadqpid-python-0be20e2b41eebfe42cbe36c52c744dbaa33074d5.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@887948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
-rw-r--r--qpid/java/test-profiles/08Excludes2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes
index 6f3898384d..bed6b91da0 100644
--- a/qpid/java/test-profiles/08Excludes
+++ b/qpid/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#*