diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-10-15 14:41:22 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-10-15 14:41:22 +0000 |
| commit | b910f137906ddd5dc2297d650f959e731d6828b5 (patch) | |
| tree | 5349639b01c906872fb2ffc2e6ebdc3db0ebac52 /qpid/java | |
| parent | 3de95a81342b12b59463d10c7b184a54c8677aec (diff) | |
| download | qpid-python-b910f137906ddd5dc2297d650f959e731d6828b5.tar.gz | |
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@704930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/08ExcludeList | 2 | ||||
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/qpid/java/08ExcludeList b/qpid/java/08ExcludeList index 3e8bdc8ed9..8af1f14a03 100644 --- a/qpid/java/08ExcludeList +++ b/qpid/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/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java index 2b736ed392..1a23eee8ab 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java +++ b/qpid/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); |
