You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2008/05/01 02:10:29 UTC

svn commit: r652411 - in /incubator/qpid/trunk/qpid/java: 010ExcludeList 010ExcludeList-store

Author: rajith
Date: Wed Apr 30 17:10:29 2008
New Revision: 652411

URL: http://svn.apache.org/viewvc?rev=652411&view=rev
Log:
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


Modified:
    incubator/qpid/trunk/qpid/java/010ExcludeList
    incubator/qpid/trunk/qpid/java/010ExcludeList-store

Modified: incubator/qpid/trunk/qpid/java/010ExcludeList
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/010ExcludeList?rev=652411&r1=652410&r2=652411&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList Wed Apr 30 17:10:29 2008
@@ -13,3 +13,6 @@
 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

Modified: incubator/qpid/trunk/qpid/java/010ExcludeList-store
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/010ExcludeList-store?rev=652411&r1=652410&r2=652411&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList-store (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList-store Wed Apr 30 17:10:29 2008
@@ -7,4 +7,8 @@
 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
+