From 5420b47cbeaf3d0cfedf45e80d2d81f082bcd01b Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 15 Oct 2008 14:41:22 +0000 Subject: 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. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704930 13f79535-47bb-0310-9956-ffa450edef68 --- java/08ExcludeList | 2 -- .../org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'java') diff --git a/java/08ExcludeList b/java/08ExcludeList index 3e8bdc8ed9..8af1f14a03 100644 --- a/java/08ExcludeList +++ b/java/08ExcludeList @@ -9,5 +9,3 @@ org.apache.qpid.test.testcases.FailoverTest#* 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#* diff --git a/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java b/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java index 2b736ed392..1a23eee8ab 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java +++ b/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java @@ -43,6 +43,7 @@ public class SyncWaitTimeoutDelayTest extends SyncWaitDelayTest super.setUp(); } + @Override public void test() throws JMSException { MessageProducer producer = _session.createProducer(_queue); -- cgit v1.2.1