diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:25:22 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:25:22 +0000 |
| commit | 01054223a90825cc65388397f5812b84eeba09a4 (patch) | |
| tree | 8306469a2ab36a67405a31a497e883e7027954c3 | |
| parent | dd40ac4c879160e598e8f08c1800347767de01af (diff) | |
| download | qpid-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.java | 3 |
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(); |
