[jboss-cvs] JBoss Messaging SVN: r7925 - 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
Fri Dec 18 06:25:32 EST 2009


Author: gaohoward
Date: 2009-12-18 06:25:32 -0500 (Fri, 18 Dec 2009)
New Revision: 7925

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java
Log:
JBMESSAGING-1776


Modified: branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java	2009-12-18 11:14:13 UTC (rev 7924)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java	2009-12-18 11:25:32 UTC (rev 7925)
@@ -361,9 +361,12 @@
    /**
     * setExceptionListener should throw exception when
     * the connection is bad.
+    * https://jira.jboss.org/jira/browse/JBMESSAGING-1776
     */
    public void testExceptionListener2() throws Exception
    {
+      if (!this.isRemote()) return;
+      
       Connection conn1 = null;
       Connection conn2 = null;
 




More information about the jboss-cvs-commits mailing list