Author: ritchiem
Date: Wed Oct 15 07:41:22 2008
New Revision: 704930

URL: http://svn.apache.org/viewvc?rev=704930&view=rev
Log:
QPID-1119 QPID-1262 : The issue with the SWTDTest was down to QPID-1103 and the 
fact that the configuration is not propogated to the Java profile. The test 
runs fine InVM but cannot be run externally until QPID-1103 has been completed. 
QPID-1262 is still an issue but it is not a blocker for this test.

Modified:
    incubator/qpid/trunk/qpid/java/08ExcludeList
    
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java

Modified: incubator/qpid/trunk/qpid/java/08ExcludeList
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/08ExcludeList?rev=704930&r1=704929&r2=704930&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/08ExcludeList (original)
+++ incubator/qpid/trunk/qpid/java/08ExcludeList Wed Oct 15 07:41:22 2008
@@ -9,5 +9,3 @@
 org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover
 // QPID-1225 : Temporary remove this test until the problem has been addressed
 
org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess
-// QPID-1262, QPID-1119 : This test fails occasionally due to potential 
protocol issue.
-org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#*

Modified: 
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java?rev=704930&r1=704929&r2=704930&view=diff
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java
 (original)
+++ 
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java
 Wed Oct 15 07:41:22 2008
@@ -43,6 +43,7 @@
         super.setUp();
     }
 
+    @Override
     public void test() throws JMSException
     {
         MessageProducer producer = _session.createProducer(_queue);


Reply via email to