summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/README
blob: 285817b42231e508759df094c39df4b849dccbe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id$

This test verifies that the ServerRequestInterceptor::destroy() method
is not called prematurely, e.g. during ORB::shutdown() and before
ending interception points have been called.

See bug report 1642 in our bug tracking system for complete details.

Test output should be similar to the following:

==== Running PortableInterceptor ORB::shutdown() test
test servant: <IOR:010000000...>
Hello!
Shutting down ORB.
Event loop finished.
PortableInterceptor ORB::shutdown() test passed.