You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ar...@apache.org on 2008/05/08 11:36:03 UTC

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

Author: arnaudsimon
Date: Thu May  8 02:36:03 2008
New Revision: 654457

URL: http://svn.apache.org/viewvc?rev=654457&view=rev
Log:
QPID-1004: Disable this test as it is not finished and TTL is already tested

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

Modified: incubator/qpid/trunk/qpid/java/010ExcludeList
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/010ExcludeList?rev=654457&r1=654456&r2=654457&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList Thu May  8 02:36:03 2008
@@ -14,5 +14,7 @@
 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#*

Modified: incubator/qpid/trunk/qpid/java/010ExcludeList-store
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/010ExcludeList-store?rev=654457&r1=654456&r2=654457&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList-store (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList-store Thu May  8 02:36:03 2008
@@ -7,8 +7,9 @@
 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#*

Modified: incubator/qpid/trunk/qpid/java/08ExcludeList
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/08ExcludeList?rev=654457&r1=654456&r2=654457&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/08ExcludeList (original)
+++ incubator/qpid/trunk/qpid/java/08ExcludeList Thu May  8 02:36:03 2008
@@ -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#*