summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/AlternateIIOP/README
blob: da08371ff0e8ab5ad5600cff219f9d5d8d6b26dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**

@page AlternateIIOP Test README File

	This test uses the binaries from the Hello test, but builds an
IOR that contains multiple endpoints. The "hostname_in_ior" option is
used to add two unreachable endpoints along with a third that is
successful.

- The ior file for the test, altiiop.ior is not unlinked at the end of
the test to allow for manual inspection using
$TAO_ROOT/utils/catior/catior.

	To run the test use the run_test.pl script:

$ ./run_test.pl

	the script returns 0 if the test was successful.