Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / ORB_shutdown / README
blob89eecda60dcd334c6d45c48f11c149eb8ce2e045
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://deuce.doc.wustl.edu/bugzilla/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.