[jboss-cvs] JBoss Messaging SVN: r7908 - branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 24 23:49:05 EST 2009


Author: gaohoward
Date: 2009-11-24 23:49:05 -0500 (Tue, 24 Nov 2009)
New Revision: 7908

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionClosedTest.java
Log:
JBMESSAGING-1751
change to be remote-test only


Modified: branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionClosedTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionClosedTest.java	2009-11-24 23:32:53 UTC (rev 7907)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionClosedTest.java	2009-11-25 04:49:05 UTC (rev 7908)
@@ -78,8 +78,11 @@
       conn.close();
    }
    
+   //https://jira.jboss.org/jira/browse/JBMESSAGING-1751
    public void testCloseClientLeak() throws Exception
    {
+      if (!this.isRemote()) return;
+      
       JBossConnection conn = (JBossConnection)cf.createConnection();
 
       try




More information about the jboss-cvs-commits mailing list