summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-07-06 14:45:14 +0000
committerKeith Wall <kwall@apache.org>2012-07-06 14:45:14 +0000
commit77f8d1250b3be1d4ad37d2cb299464dbeea6f614 (patch)
tree6a236f68a02fe0f7af43bb48e60e99c3f66ac1dd
parentcfd6a6efb9a9747ee4baf78d756988b571daeebb (diff)
downloadqpid-python-77f8d1250b3be1d4ad37d2cb299464dbeea6f614.tar.gz
QPID-4110: Java Performamce Tests. Cleaning up the subscriptions map at the end of
each test so we don't try to unsubscribe them again after subsequent tests Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1358246 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java b/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java
index 15c4f5f70f..3f8afc9a9a 100644
--- a/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java
+++ b/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java
@@ -582,6 +582,7 @@ public class ClientJmsDelegate
}
_testConnections.clear();
+ _testSubscriptions.clear();
_testSessions.clear();
_testProducers.clear();
_testConsumers.clear();