From de21f97c1956aeeb7dd226c5d1ed984622da075a Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 29 Feb 2012 21:59:11 +0000 Subject: QPID-2418: fix up issues and enable forgotten test for 0-10 persistent broker profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1295301 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/Excludes | 3 --- java/test-profiles/JavaPre010Excludes | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'java/test-profiles') diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes index 8cad91ef2d..9c07fea574 100644 --- a/java/test-profiles/Excludes +++ b/java/test-profiles/Excludes @@ -29,7 +29,4 @@ org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClo // QPID-3424 : Test fails to start external broker due to Derby Exception. org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* -// QPID-2418 : The queue backing the dur sub is not currently deleted at subscription change, so the test will fail. -org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart - org.apache.qpid.client.ssl.SSLTest#testVerifyLocalHostLocalDomain diff --git a/java/test-profiles/JavaPre010Excludes b/java/test-profiles/JavaPre010Excludes index db60001224..2b77911177 100644 --- a/java/test-profiles/JavaPre010Excludes +++ b/java/test-profiles/JavaPre010Excludes @@ -61,3 +61,5 @@ org.apache.qpid.client.prefetch.PrefetchBehaviourTest#testConnectionStop //XA functionality is not implemented in pre 0-10 org.apache.qpid.jms.xa.XAResourceTest#* +//Tests durable subscription selector verification behaviour that 0-8/0-9/0-9-1 cant provide +org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart -- cgit v1.2.1