[jboss-cvs] JBoss Messaging SVN: r5738 - 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:11:09 EST 2009


Author: jmesnil
Date: 2009-01-27 08:11:09 -0500 (Tue, 27 Jan 2009)
New Revision: 5738

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

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 10:54:53 UTC (rev 5737)
+++ branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java	2009-01-27 13:11:09 UTC (rev 5738)
@@ -112,7 +112,6 @@
       }
    }
 
-   /*
    public void testConnectToServerAcceptingAllHosts() throws Exception
    {
       Map<NetworkInterface, InetAddress> map = getAddressForEachNetworkInterface();
@@ -124,6 +123,7 @@
       }
    }
 
+   /*
    public void testConnectToServerAcceptingOnlyAnotherHost() throws Exception
    {
       Map<NetworkInterface, InetAddress> map = getAddressForEachNetworkInterface();




More information about the jboss-cvs-commits mailing list