[jboss-cvs] JBoss Messaging SVN: r3345 - branches/Branch_JBMESSAGING-544/tests/src/org/jboss/test/messaging/core/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 19 11:49:14 EST 2007


Author: jmesnil
Date: 2007-11-19 11:49:13 -0500 (Mon, 19 Nov 2007)
New Revision: 3345

Modified:
   branches/Branch_JBMESSAGING-544/tests/src/org/jboss/test/messaging/core/remoting/TestSupport.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-544: Replace client-server transport with NIO based transport
* connect to "localhost" for remoting unit test


Modified: branches/Branch_JBMESSAGING-544/tests/src/org/jboss/test/messaging/core/remoting/TestSupport.java
===================================================================
--- branches/Branch_JBMESSAGING-544/tests/src/org/jboss/test/messaging/core/remoting/TestSupport.java	2007-11-19 15:18:12 UTC (rev 3344)
+++ branches/Branch_JBMESSAGING-544/tests/src/org/jboss/test/messaging/core/remoting/TestSupport.java	2007-11-19 16:49:13 UTC (rev 3345)
@@ -132,7 +132,7 @@
          throws Exception
    {
       client = new Client();
-      client.connect(port, transport, useSSL);
+      client.connect("localhost", port, transport, useSSL);
    }
 
    // Package protected ---------------------------------------------




More information about the jboss-cvs-commits mailing list