diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-07-05 11:17:38 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-07-05 11:17:38 +0000 |
| commit | 39de8fec28f42cf35c94f7302842da6a5e640da5 (patch) | |
| tree | 7e7acab26f293c27aa7e61610d8f7092927ca6b0 /qpid/java | |
| parent | 039b5385d0ebd8a8571fa2443c8a8fd73f788bb2 (diff) | |
| download | qpid-python-39de8fec28f42cf35c94f7302842da6a5e640da5.tar.gz | |
QPID-2681 : Clean up test
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@960554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/qpid/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java b/qpid/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java index ea8b5b7a65..e0934faf44 100644 --- a/qpid/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java +++ b/qpid/java/broker-plugins/experimental/slowconsumerdetection/src/test/java/org/apache/qpid/systest/GlobalQueuesTest.java @@ -71,19 +71,6 @@ public class GlobalQueuesTest extends TestingBaseCase */ - /** - * Test to write: Check that exclusive Transient Queues are not - * disconnected. i.e. JMS Temporary Queues - * - * @param ackMode - * - * @throws Exception - */ - public void exclusiveTransientQueue(int ackMode) throws Exception - { - - } - public void setConfig(String property, String value, boolean deleteDurable) throws NamingException, IOException, ConfigurationException { setProperty(CONFIG_SECTION + ".slow-consumer-detection." + |
