Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / ORB_shutdown / README
blob9e57fb2934e4181c6a02b53b577748cb0eb89732
1 /**
5 @page ORB_shutdown Test README File
7         The simplest possible test for TAO's shutdown procedure. This
8 test is basically a regression for BUG 1265. Please see BUG 1265 in
10     http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1265
12 for details.
14         This test basically calls shutdown and during the destruction
15 of the servant calls shutdown again. This test shold not hang if BUG
16 1265 is fixed.
18         To run the test use the run_test.pl script:
20 $ ./run_test.pl
22         the script returns 0 if the test was successful.