Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / AlternateIIOP / README
blobea0923cc06c655b042832b7d264c9b503492c440
1 /**
3 @page AlternateIIOP Test README File
5 This test uses the binaries from the Hello test, but builds an
6 IOR that contains multiple endpoints. The "hostname_in_ior" option is
7 used to add two unreachable endpoints along with a third that is
8 successful.
10 - The ior file for the test, altiiop.ior is not unlinked at the end of
11 the test to allow for manual inspection using
12 $TAO_ROOT/utils/catior/catior.
14 To run the test use the run_test.pl script:
16 $ ./run_test.pl
18 the script returns 0 if the test was successful.