summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-03-14 11:54:08 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-03-14 11:54:08 +0000
commitaae766a0dea6f0ec40d2e92b0f7d068cd63b9c90 (patch)
tree11a0fb8f9d0297ac6b57c91e1682fd2cd117ef53
parent81ff3589fdcd37de37c7bbe60b14dd4d1cddaf2a (diff)
downloadqpid-python-aae766a0dea6f0ec40d2e92b0f7d068cd63b9c90.tar.gz
QPID-852 : Missed this file in the commit as the interface had changed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637073 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java b/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java
index 5846ad0a9d..458b510ef5 100644
--- a/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java
+++ b/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java
@@ -89,6 +89,11 @@ public class SubscriptionTestHelper implements Subscription
return null;
}
+ public void start()
+ {
+ //no-op
+ }
+
public void queueDeleted(AMQQueue queue)
{
}
@@ -123,11 +128,6 @@ public class SubscriptionTestHelper implements Subscription
//no-op
}
- public boolean isAutoClose()
- {
- return false;
- }
-
public void close()
{
//no-op