[jboss-cvs] JBoss Messaging SVN: r5740 - branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 27 08:34:17 EST 2009


Author: jmesnil
Date: 2009-01-27 08:34:17 -0500 (Tue, 27 Jan 2009)
New Revision: 5740

Modified:
   branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java
Log:


Modified: branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java
===================================================================
--- branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java	2009-01-27 13:29:03 UTC (rev 5739)
+++ branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java	2009-01-27 13:34:17 UTC (rev 5740)
@@ -101,6 +101,7 @@
 
    // Public --------------------------------------------------------
 
+   /*
    public void testConnectToServerWithSameHost() throws Exception
    {
       Map<NetworkInterface, InetAddress> map = getAddressForEachNetworkInterface();
@@ -111,7 +112,7 @@
          testConnection(host, host, true);
       }
    }
-
+*/
    public void testConnectToServerAcceptingAllHosts() throws Exception
    {
       Map<NetworkInterface, InetAddress> map = getAddressForEachNetworkInterface();




More information about the jboss-cvs-commits mailing list