Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2966_Regression / README
blob02118c7b086d37cea15687746611b6ac1a0865e1
1 /**
5 @page DII Test README File
7         The goals of writing this test are:
9 - Test all possible variations of DII calling schemes:
10   o Synchronous twoway DII (i.e. using Request::invoke)
11   o Deferred twoway DII (i.e. using Request::send_deferred/Request::get_response)
12   o Deferred twoway DII with polling (i.e. using Request::send_deferred/Request::poll_response)
13   o Oneway DII (i.e. using Request::send_oneway)
15         To run the test use the run_test.pl script:
17 $ ./run_test.pl
19         the script returns 0 if the test was successful.