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 | 5420b47cbeaf3d0cfedf45e80d2d81f082bcd01b (patch) | |
| tree | 3c57b0ae0e9986c90d37a24ce972a1149449d5a7 /java/systests | |
| parent | 6879a1149f0733b67d2073a7b0ccfed7f517d994 (diff) | |
| download | qpid-python-5420b47cbeaf3d0cfedf45e80d2d81f082bcd01b.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/qpid@704930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitTimeoutDelayTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
