From b567927bda5350a2e85b2087fbc43b098df25431 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 12 Aug 2009 18:25:22 +0000 Subject: QPID-2002 : Fixed issue with multiple closes in Java profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803654 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/qpid/management/jmx/ManagementActorLoggingTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java') diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java index 74dd7e9964..7a2266902b 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java +++ b/qpid/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(); -- cgit v1.2.1