diff options
author | Robert Gemmell <robbie@apache.org> | 2010-05-19 14:23:28 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2010-05-19 14:23:28 +0000 |
commit | 4e58a31df58da819914cba139751920ac80e8633 (patch) | |
tree | 3a7373acf75d4758a7a1741821de42fc675dd2db | |
parent | c3794c1cc26670a64a0970196ad98ad18759ef3a (diff) | |
download | qpid-python-4e58a31df58da819914cba139751920ac80e8633.tar.gz |
QPID-2422: reenable the DurableSubscriberTest
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@946200 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/test-profiles/JavaPersistentExcludes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/test-profiles/JavaPersistentExcludes b/java/test-profiles/JavaPersistentExcludes index 7a3516f9c8..24adfe05f4 100644 --- a/java/test-profiles/JavaPersistentExcludes +++ b/java/test-profiles/JavaPersistentExcludes @@ -1,5 +1,2 @@ //These tests require the MemoryMessageStore org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* - -//QPID-2422 disable until queue exclusivity is persisted -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* |