diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-05-01 00:10:29 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-05-01 00:10:29 +0000 |
| commit | 1316659afff1bc69177e4e02bae4458509ee6a83 (patch) | |
| tree | d3fd5bd40e62ac17cd10a75390e9cbd8dfd91ae5 /qpid/java | |
| parent | cf204902bf6280550c1741a78be8ed3102f48914 (diff) | |
| download | qpid-python-1316659afff1bc69177e4e02bae4458509ee6a83.tar.gz | |
Added the following tests to 0-10 exclude lists as these tests are for the java broker.
However when the java broker gets to 0-10 we should also have exclude lists per broker as well.
For the time being this is fine.
org.apache.qpid.server.security.acl.SimpleACLTest
org.apache.qpid.server.plugins.PluginTest
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/010ExcludeList | 3 | ||||
| -rw-r--r-- | qpid/java/010ExcludeList-store | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList index acdd19b02e..f0ede26551 100644 --- a/qpid/java/010ExcludeList +++ b/qpid/java/010ExcludeList @@ -13,3 +13,6 @@ org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash 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 diff --git a/qpid/java/010ExcludeList-store b/qpid/java/010ExcludeList-store index 709c846068..dd278ef1f2 100644 --- a/qpid/java/010ExcludeList-store +++ b/qpid/java/010ExcludeList-store @@ -7,4 +7,8 @@ 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
\ No newline at end of file +org.apache.qpid.test.unit.ct.DurableSubscriberTests#testDurSubRestoresMessageSelector +//These tests are for the java broker +org.apache.qpid.server.security.acl.SimpleACLTest +org.apache.qpid.server.plugins.PluginTest + |
