summaryrefslogtreecommitdiff
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
commitb5e915845606ddba2ac859e4de85cfee9bd50603 (patch)
treea3ae5e14c9baa69ad2453344004dbb206e9b1dc9
parent3629d4bfd33667e89b059fe965b52db33eb41007 (diff)
downloadqpid-python-b5e915845606ddba2ac859e4de85cfee9bd50603.tar.gz
QPID-4153: Exclude SelectorTest#testRuntimeSelectorError from Java test profiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1363316 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/test-profiles/JavaExcludes6
1 files changed, 2 insertions, 4 deletions
diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes
index 738467c60f..618dfd8586 100644
--- a/qpid/java/test-profiles/JavaExcludes
+++ b/qpid/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