You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2010/02/26 16:54:59 UTC

svn commit: r916730 - in /qpid/trunk/qpid/java/test-profiles: JavaExcludes JavaStandaloneExcludes JavaTransientExcludes

Author: robbie
Date: Fri Feb 26 15:54:58 2010
New Revision: 916730

URL: http://svn.apache.org/viewvc?rev=916730&view=rev
Log:
QPID-2417: update exclude files with correct test name and locations to allow running the DurableSubscriberTest on the derby profile once QPID-2422 is fixed

Modified:
    qpid/trunk/qpid/java/test-profiles/JavaExcludes
    qpid/trunk/qpid/java/test-profiles/JavaStandaloneExcludes
    qpid/trunk/qpid/java/test-profiles/JavaTransientExcludes

Modified: qpid/trunk/qpid/java/test-profiles/JavaExcludes
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/JavaExcludes?rev=916730&r1=916729&r2=916730&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/JavaExcludes (original)
+++ qpid/trunk/qpid/java/test-profiles/JavaExcludes Fri Feb 26 15:54:58 2010
@@ -1,4 +1,3 @@
-org.apache.qpid.test.unit.ct.DurableSubscriberTests#*
 // Those tests are not finished
 org.apache.qpid.test.testcases.TTLTest#*
 org.apache.qpid.test.testcases.FailoverTest#*
@@ -18,3 +17,5 @@
 org.apache.qpid.management.jmx.ManagementActorLoggingTest#*
 org.apache.qpid.server.queue.ModelTest#*
 
+//QPID-2422: Derby currently doesnt persist queue arguments and 0-91 support causes exclusivity mismatch after restart
+org.apache.qpid.test.unit.ct.DurableSubscriberTest#*

Modified: qpid/trunk/qpid/java/test-profiles/JavaStandaloneExcludes
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/JavaStandaloneExcludes?rev=916730&r1=916729&r2=916730&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/JavaStandaloneExcludes (original)
+++ qpid/trunk/qpid/java/test-profiles/JavaStandaloneExcludes Fri Feb 26 15:54:58 2010
@@ -1,4 +1,3 @@
-org.apache.qpid.test.unit.ct.DurableSubscriberTests#*
 // Those tests are not finished
 org.apache.qpid.test.testcases.TTLTest#*
 org.apache.qpid.test.testcases.FailoverTest#*

Modified: qpid/trunk/qpid/java/test-profiles/JavaTransientExcludes
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/JavaTransientExcludes?rev=916730&r1=916729&r2=916730&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/JavaTransientExcludes (original)
+++ qpid/trunk/qpid/java/test-profiles/JavaTransientExcludes Fri Feb 26 15:54:58 2010
@@ -1 +1,3 @@
+//These tests require a persistent store
 org.apache.qpid.server.store.PersistentStoreTest#*
+org.apache.qpid.test.unit.ct.DurableSubscriberTest#*



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org