summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-10-15 14:41:22 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-10-15 14:41:22 +0000
commitb910f137906ddd5dc2297d650f959e731d6828b5 (patch)
tree5349639b01c906872fb2ffc2e6ebdc3db0ebac52 /qpid/java/systests/src
parent3de95a81342b12b59463d10c7b184a54c8677aec (diff)
downloadqpid-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/systests/src')
-rw-r--r--qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java1
1 files changed, 1 insertions, 0 deletions
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);