summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Bug_3598b_Regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Bug_3598b_Regression/README')
-rw-r--r--ACE/TAO/orbsvcs/tests/Bug_3598b_Regression/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Bug_3598b_Regression/README b/ACE/TAO/orbsvcs/tests/Bug_3598b_Regression/README
new file mode 100644
index 00000000000..b2d570b8158
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Bug_3598b_Regression/README
@@ -0,0 +1,12 @@
+$Id$
+
+This test attempts to contact a server IOR with no connectable profile in it (on account of how there is no server running).
+
+The method invocation should fail but the installed client request interceptor should have its send_request and receive_exception methods invoked regardless.
+
+The expected result looks like:
+
+Client about to make method call that is doomed to failure...
+ClientRequest_Interceptor::send_request called for operation: get_string - things are going well...
+ClientRequest_Interceptor::receive_exception called for operation: get_string - test has succeeded...
+Success - the server was unreachable and PI receive_exception was invoked.