< prev index next >

application/tests/org.openjdk.jmc.rjmx.test/src/test/java/org/openjdk/jmc/rjmx/test/BasicCommunicationTest.java

Print this page

        

*** 59,69 **** * Basic tests for the new cleaned up RJMX API. */ public class BasicCommunicationTest extends ServerHandleTestCase { final static int DEFAULT_PORT = 0; final static String DEFAULT_HOST = "localhost".intern(); //$NON-NLS-1$ ! final static String ALTERNATIVE_HOST = "127.0.0.1".intern(); //$NON-NLS-1$ /** * Attempts creating a {@link JMXConnectionDescriptor} with a bunch of options. */ @Test --- 59,69 ---- * Basic tests for the new cleaned up RJMX API. */ public class BasicCommunicationTest extends ServerHandleTestCase { final static int DEFAULT_PORT = 0; final static String DEFAULT_HOST = "localhost".intern(); //$NON-NLS-1$ ! final static String ALTERNATIVE_HOST = "127.1.0.1".intern(); //$NON-NLS-1$ /** * Attempts creating a {@link JMXConnectionDescriptor} with a bunch of options. */ @Test
< prev index next >