From b5e915845606ddba2ac859e4de85cfee9bd50603 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Thu, 19 Jul 2012 12:41:30 +0000 Subject: 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 --- qpid/java/test-profiles/JavaExcludes | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'qpid/java/test-profiles/JavaExcludes') 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 -- cgit v1.2.1