summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ORB_Shutdown/README')
-rw-r--r--TAO/tests/Portable_Interceptors/ORB_Shutdown/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/ORB_Shutdown/README b/TAO/tests/Portable_Interceptors/ORB_Shutdown/README
new file mode 100644
index 00000000000..285817b4223
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/ORB_Shutdown/README
@@ -0,0 +1,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.