Searched defs:HOST2 (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java555 * - you may want to change HOST1 and HOST2 to use 2 different hosts
560 final String HOST2 = "localhost:"; field in class:ReplicationDomainTest
576 servers.add(HOST2 + RECEIVERPORT);
621 servers.add(HOST2 + RECEIVERPORT);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java555 * - you may want to change HOST1 and HOST2 to use 2 different hosts
560 final String HOST2 = "localhost:"; field in class:ReplicationDomainTest
576 servers.add(HOST2 + RECEIVERPORT);
621 servers.add(HOST2 + RECEIVERPORT);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java555 * - you may want to change HOST1 and HOST2 to use 2 different hosts
560 final String HOST2 = "localhost:"; field in class:ReplicationDomainTest
576 servers.add(HOST2 + RECEIVERPORT);
621 servers.add(HOST2 + RECEIVERPORT);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java500 * - you may want to change HOST1 and HOST2 to use 2 different hosts
505 final String HOST2 = "localhost:"; field in class:ReplicationDomainTest
520 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
553 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java500 * - you may want to change HOST1 and HOST2 to use 2 different hosts
505 final String HOST2 = "localhost:"; field in class:ReplicationDomainTest
520 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
553 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationDomainTest.java495 * - you may want to change HOST1 and HOST2 to use 2 different hosts
500 final String HOST2 = "localhost:"; field in class:ReplicationDomainTest
515 newTreeSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
548 newTreeSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
/forgerock/web-agents-v4/tests/
H A Dtest_utility.c454 #define HOST2 "mostly-landscapes.net" macro
468 char buff2[] = PROTO2 "://" HOST2 PATH2;
490 assert_string_equal(url_struct.host, HOST2);

Completed in 77 milliseconds