Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / ORB_Shutdown / README
blob0d398a8bd05862e4e8711e3e70198c18e2ea1b2f
3 This test verifies that the ServerRequestInterceptor::destroy() method
4 is not called prematurely, e.g. during ORB::shutdown() and before
5 ending interception points have been called.
7 See bug report 1642 in our bug tracking system for complete details.
9 Test output should be similar to the following:
11 ==== Running PortableInterceptor ORB::shutdown() test
12 test servant: <IOR:010000000...>
13 Hello!
14 Shutting down ORB.
15 Event loop finished.
16 PortableInterceptor ORB::shutdown() test passed.