diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-08 09:36:03 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-08 09:36:03 +0000 |
| commit | fb3e058cbbff9bce4ca18d921996a1a7072e1413 (patch) | |
| tree | dc99867a5098fec3418ca105e49dbe36dfeb41f7 /qpid/java | |
| parent | 5829e87a54c3bb8972ea993882976f188d866587 (diff) | |
| download | qpid-python-fb3e058cbbff9bce4ca18d921996a1a7072e1413.tar.gz | |
QPID-1004: Disable this test as it is not finished and TTL is already tested
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/010ExcludeList | 6 | ||||
| -rw-r--r-- | qpid/java/010ExcludeList-store | 9 | ||||
| -rw-r--r-- | qpid/java/08ExcludeList | 2 |
3 files changed, 11 insertions, 6 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList index f0ede26551..6f7af00ae4 100644 --- a/qpid/java/010ExcludeList +++ b/qpid/java/010ExcludeList @@ -14,5 +14,7 @@ org.apache.qpid.test.unit.xa.TopicTest#testRecover org.apache.qpid.test.unit.xa.QueueTest#testRecover org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover //These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest -org.apache.qpid.server.plugins.PluginTest +org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.plugins.PluginTest#* +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* diff --git a/qpid/java/010ExcludeList-store b/qpid/java/010ExcludeList-store index dd278ef1f2..db9a15d2e6 100644 --- a/qpid/java/010ExcludeList-store +++ b/qpid/java/010ExcludeList-store @@ -7,8 +7,9 @@ org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber // those tests need durable subscribe states to be persisted org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent -org.apache.qpid.test.unit.ct.DurableSubscriberTests#testDurSubRestoresMessageSelector +org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector //These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest -org.apache.qpid.server.plugins.PluginTest - +org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.plugins.PluginTest#* +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* diff --git a/qpid/java/08ExcludeList b/qpid/java/08ExcludeList index b101c08a85..3541387b17 100644 --- a/qpid/java/08ExcludeList +++ b/qpid/java/08ExcludeList @@ -1,4 +1,6 @@ org.apache.qpid.test.unit.xa.QueueTest#* org.apache.qpid.test.unit.xa.TopicTest#* org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* |
