Author: kwall
Date: Fri Jul  6 14:45:14 2012
New Revision: 1358246

URL: http://svn.apache.org/viewvc?rev=1358246&view=rev
Log:
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 <[email protected]>

Modified:
    
qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java

Modified: 
qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java?rev=1358246&r1=1358245&r2=1358246&view=diff
==============================================================================
--- 
qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java
 (original)
+++ 
qpid/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ClientJmsDelegate.java
 Fri Jul  6 14:45:14 2012
@@ -582,6 +582,7 @@ public class ClientJmsDelegate
         }
 
         _testConnections.clear();
+        _testSubscriptions.clear();
         _testSessions.clear();
         _testProducers.clear();
         _testConsumers.clear();



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to