You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2008/07/04 19:24:26 UTC

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

Author: ritchiem
Date: Fri Jul  4 10:24:26 2008
New Revision: 674097

URL: http://svn.apache.org/viewvc?rev=674097&view=rev
Log:
QPID-940 : Forgot to exclude the test from the test run

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=674097&r1=674096&r2=674097&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList Fri Jul  4 10:24:26 2008
@@ -52,3 +52,6 @@
 org.apache.qpid.server.queue.PriorityTest
 //this test checks explicitly for 0-8 flow control semantics
 org.apache.qpid.test.client.FlowControlTest
+// Client Race Condition
+org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection
+

Modified: incubator/qpid/trunk/qpid/java/010ExcludeList-store
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/010ExcludeList-store?rev=674097&r1=674096&r2=674097&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList-store (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList-store Fri Jul  4 10:24:26 2008
@@ -48,3 +48,6 @@
 //this test checks explicitly for 0-8 flow control semantics
 org.apache.qpid.test.client.FlowControlTest
 
+// Client Race Condition
+org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection
+

Modified: incubator/qpid/trunk/qpid/java/08ExcludeList
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/08ExcludeList?rev=674097&r1=674096&r2=674097&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/08ExcludeList (original)
+++ incubator/qpid/trunk/qpid/java/08ExcludeList Fri Jul  4 10:24:26 2008
@@ -5,3 +5,5 @@
 // Those tests are not finished
 org.apache.qpid.test.testcases.TTLTest#*
 org.apache.qpid.test.testcases.FailoverTest#*
+// Client Race Condition 
+org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection