summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-08-12 18:25:22 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-08-12 18:25:22 +0000
commit01054223a90825cc65388397f5812b84eeba09a4 (patch)
tree8306469a2ab36a67405a31a497e883e7027954c3
parentdd40ac4c879160e598e8f08c1800347767de01af (diff)
downloadqpid-python-01054223a90825cc65388397f5812b84eeba09a4.tar.gz
QPID-2002 : Fixed issue with multiple closes in Java profile
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803654 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java b/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java
index 74dd7e9964..7a2266902b 100644
--- a/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java
+++ b/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java
@@ -175,6 +175,9 @@ public class ManagementActorLoggingTest extends AbstractTestLogging
newProxyInstance(_mbsc, connectionName,
ManagedConnection.class, false);
+ //Remove the connection close from any 0-10 connections
+ _monitor.reset();
+
//Close the connection
mangedConnection.closeConnection();