You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/08/12 20:25:22 UTC

svn commit: r803654 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java

Author: ritchiem
Date: Wed Aug 12 18:25:22 2009
New Revision: 803654

URL: http://svn.apache.org/viewvc?rev=803654&view=rev
Log:
QPID-2002 : Fixed issue with multiple closes in Java profile

Modified:
    qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java

Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java?rev=803654&r1=803653&r2=803654&view=diff
==============================================================================
--- qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java (original)
+++ qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/management/jmx/ManagementActorLoggingTest.java Wed Aug 12 18:25:22 2009
@@ -175,6 +175,9 @@
                     newProxyInstance(_mbsc, connectionName,
                                      ManagedConnection.class, false);
 
+            //Remove the connection close from any 0-10 connections 
+           _monitor.reset();
+
             //Close the connection
             mangedConnection.closeConnection();
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org