Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Forwarding / README
blob92cccea05dd2fd2c1173ed8bd5f019d2a4b6f231
1 /**
3 @page Forwarding Test README File
7         This is a minimal test for location forwarding.  It verifies
8 that the client ORB can process LOCATION_FORWARD replies correctly.
9 It takes advantage of the IORTable facilities in TAO to create a
10 simple corbaloc IOR, TAO always responds with a LOCATION_FORWARD
11 message when a requests is made for an object in the IORTable.
13         The test tries to invoke a method on the object using both the
14 full IOR and the corbaloc IOR, both should work to pass the test
15 successfully.  The test was originally implemented because the ORB was
16 having problems with location forward messages received by a follower
17 thread.
19         To execute the test simply run:
21 $ ./run_test.pl
23         the script returns 0 on success and non-zero on failures.
25 @todo The test is not nearly a complete test for location forwarding,
26       for example, it does not test deeeply nested location forwards
27       or the interactions between location forwarding and multiple
28       profiles.