Searched defs:HOST1 (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
559 final String HOST1 = "localhost:"; field in class:ReplicationDomainTest
575 servers.add(HOST1 + SENDERPORT);
620 servers.add(HOST1 + SENDERPORT);
/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
559 final String HOST1 = "localhost:"; field in class:ReplicationDomainTest
575 servers.add(HOST1 + SENDERPORT);
620 servers.add(HOST1 + SENDERPORT);
/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
559 final String HOST1 = "localhost:"; field in class:ReplicationDomainTest
575 servers.add(HOST1 + SENDERPORT);
620 servers.add(HOST1 + SENDERPORT);
/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
504 final String HOST1 = "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
504 final String HOST1 = "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
499 final String HOST1 = "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.c448 #define HOST1 "the.site.com" macro
467 char buff1[] = PROTO1 "://" HOST1 ":" PORT1 PATH1 QUERY1;
480 assert_string_equal(url_struct.host, HOST1);

Completed in 39 milliseconds