summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-07-19 12:41:30 +0000
committerKeith Wall <kwall@apache.org>2012-07-19 12:41:30 +0000
commitd58af601066cc58bba0a5c8ce8fe705eb3998457 (patch)
treee17bdb5e80533000989d3a782c210a6f752b6d3e /java
parent0180cdce39133c738dcadaf6801c1e1c1db266d9 (diff)
downloadqpid-python-d58af601066cc58bba0a5c8ce8fe705eb3998457.tar.gz
QPID-4153: Exclude SelectorTest#testRuntimeSelectorError from Java test profiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1363316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/test-profiles/JavaExcludes6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes
index 738467c60f..618dfd8586 100644
--- a/java/test-profiles/JavaExcludes
+++ b/java/test-profiles/JavaExcludes
@@ -24,10 +24,8 @@ org.apache.qpid.client.SessionCreateTest#*
org.apache.qpid.test.client.queue.QueuePolicyTest#testRingPolicy
org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy
-///////////////////////////////////////////////////////
-//Moved from JavaStandaloneExcludes when it was removed
-///////////////////////////////////////////////////////
-
//QPID-3605 Durable subscriber with no-local true receives messages on re-connection
org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testNoLocalMessagesNotDeliveredAfterReconnection
+//QPID-4153 Messages causing a runtime selector error should be dead-lettered (or something similar)
+org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError